Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2021 20:37:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1357a3c0c67 - main - security/libfido2: List cmake options explicitly
Message-ID:  <202104252037.13PKbUkp077125@gitrepo.freebsd.org>

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

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

commit f1357a3c0c67e681332c1362c863451395e38369
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-25 20:12:15 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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}
 



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