Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2021 18:07:20 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b9d75de5d263 - main - net/l2tpd: Add CPE information
Message-ID:  <202108151807.17FI7KHS066270@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b9d75de5d263849fa83c7c2ddd415d9992b41219

commit b9d75de5d263849fa83c7c2ddd415d9992b41219
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-08-15 18:06:00 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-08-15 18:06:00 +0000

    net/l2tpd: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/l2tpd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/l2tpd/Makefile b/net/l2tpd/Makefile
index 47eb97c1448b..6f35afac42c8 100644
--- a/net/l2tpd/Makefile
+++ b/net/l2tpd/Makefile
@@ -12,7 +12,7 @@ COMMENT=	Implementation of the layer two tunneling protocol
 BROKEN_armv6=	fails to link: undefined reference to check_control
 BROKEN_armv7=	fails to link: undefined reference to check_control
 
-USES=		compiler:nestedfct
+USES=		compiler:nestedfct cpe
 CFLAGS+=	-fcommon
 
 PORTDOCS=	README



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108151807.17FI7KHS066270>