git: f1357a3c0c67 - main - security/libfido2: List cmake options explicitly
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Apr 25 20:37:31 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f1357a3c0c67e681332c1362c863451395e38369
commit f1357a3c0c67e681332c1362c863451395e38369
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-04-25 20:12:15 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-04-25 20:35:11 +0000
security/libfido2: List cmake options explicitly
---
security/libfido2/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index f627c7bbe901..6272267dba77 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -16,6 +16,8 @@ LIB_DEPENDS= libcbor.so:devel/libcbor
USES= cmake compiler:c11 pkgconfig ssl
CFLAGS+= -D_WITH_GETLINE
+CMAKE_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI
+CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS
PLIST_SUB= PORTVERSION=${PORTVERSION}
More information about the dev-commits-ports-all
mailing list