git: 08d690f15010 - main - security/libfido2: Fix 2a1f1b7c3664cde187ac5b507b6a5a1ba18a1daf
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:58:29 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=08d690f15010f13a696e82e2f8ed82ad696d2c42
commit 08d690f15010f13a696e82e2f8ed82ad696d2c42
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-16 16:58:26 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-16 16:58:26 +0000
security/libfido2: Fix 2a1f1b7c3664cde187ac5b507b6a5a1ba18a1daf
It should be "-DOPENSSL_API_COMPAT=0x10100000L".
---
security/libfido2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 3e2c3597dd39..b91b98a3ada5 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -15,7 +15,7 @@ LIB_DEPENDS= libcbor.so:devel/libcbor
USES= cmake compiler:c11 pathfix pkgconfig ssl
-CFLAGS+= -DOPENSSL_API_COMPAT=0x10101000L
+CFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
CMAKE_OFF= FUZZ LIBFUZZER NFC_LINUX USE_HIDAPI USE_WINHELLO
CMAKE_ON= BUILD_EXAMPLES BUILD_MANPAGES BUILD_SHARED_LIBS BUILD_STATIC_LIBS BUILD_TOOLS