forked from Lainports/freebsd-ports
security/libfido2: Fix 2a1f1b7c36
It should be "-DOPENSSL_API_COMPAT=0x10100000L".
This commit is contained in:
parent
2a1f1b7c36
commit
08d690f150
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue