git: 50f2a80b9cc6 - main - security/palisade: Fix build on 15 by removing -Werror
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Apr 2024 07:19:23 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=50f2a80b9cc63fba95485bb1b35916341cf302dd commit 50f2a80b9cc63fba95485bb1b35916341cf302dd Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-26 06:59:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-26 06:59:49 +0000 security/palisade: Fix build on 15 by removing -Werror Reported by: fallout --- security/palisade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/palisade/Makefile b/security/palisade/Makefile index 32c8e2fb566f..b0feeb7aeb5b 100644 --- a/security/palisade/Makefile +++ b/security/palisade/Makefile @@ -25,7 +25,7 @@ GH_TUPLE= \ google:googletest:8b4817e3:google_test/third-party/google-test USE_LDCONFIG= yes -CMAKE_OFF= BUILD_UNITTESTS BUILD_EXAMPLES BUILD_BENCHMARKS +CMAKE_OFF= BUILD_UNITTESTS BUILD_EXAMPLES BUILD_BENCHMARKS WITH_WERROR CMAKE_OFF+= WITH_NTL # https://gitlab.com/palisade/palisade-development/-/issues/180 CMAKE_ARGS= -DWITH_NTL=Y # libntl.so will be discontinued in 1.11, see https://gitlab.com/palisade/palisade-development/-/issues/180 CMAKE_TESTING_ON= BUILD_UNITTESTS