| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/security/libfido2/files/ |
Upload File : |
--- CMakeLists.txt.orig 2022-01-17 12:42:03 UTC
+++ CMakeLists.txt
@@ -196,14 +196,10 @@ if(MSVC)
else()
include(FindPkgConfig)
pkg_search_module(CBOR libcbor)
- pkg_search_module(CRYPTO libcrypto)
pkg_search_module(ZLIB zlib)
if(NOT CBOR_FOUND AND NOT HAVE_CBOR_H)
message(FATAL_ERROR "could not find libcbor")
- endif()
- if(NOT CRYPTO_FOUND AND NOT HAVE_OPENSSLV_H)
- message(FATAL_ERROR "could not find libcrypto")
endif()
if(NOT ZLIB_FOUND)
message(FATAL_ERROR "could not find zlib")
--- src/libfido2.pc.in.orig 2022-01-17 12:42:03 UTC
+++ src/libfido2.pc.in
@@ -7,6 +7,5 @@ Name: @PROJECT_NAME@
Description: A FIDO2 library
URL: https://github.com/yubico/libfido2
Version: @FIDO_VERSION@
-Requires: libcrypto
Libs: -L${libdir} -lfido2
Cflags: -I${includedir}