git: 8a633e7f6cff - main - net/frr7: Fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jan 2022 14:31:40 UTC
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a633e7f6cff0d786d477cb36fa93d307989c44d commit 8a633e7f6cff0d786d477cb36fa93d307989c44d Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2022-01-26 14:28:33 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2022-01-26 14:28:33 +0000 net/frr7: Fix build PR: 260430 Reported by: O. Hartmann <ohartmann@walstatt.org> Obtained from: Franco Fichtner <franco@opnsense.org> --- net/frr7/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/frr7/Makefile b/net/frr7/Makefile index 245eb1cf956d..6cd310e42e33 100644 --- a/net/frr7/Makefile +++ b/net/frr7/Makefile @@ -84,7 +84,7 @@ VTYSH_DESC= Build integrated vty shell USERS= frr GROUPS= frr frrvty -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -Wno-error LDFLAGS+= -L${LOCALBASE}/lib # PIM compile but didn't work on FreeBSD