[Bug 237974] USES=ssl fails on 12.0-RELEASE-p3 for misc/hashdb

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat May 18 23:14:29 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237974

--- Comment #6 from Tobias Kortkamp <tobik at freebsd.org> ---
(In reply to Yuri Victorovich from comment #0)
> Without adding openssl to BUILD_DEPENDS/RUN_DEPENDS/LDFLAGS misc/hashdb
> fails in the poudriere VM 12.0-RELEASE-p3 with this error:
> > checking for openssl/x509.h... yes
> > checking for EVP_get_digestbyname in -lcrypto... yes
> > checking for SSL_library_init in -lssl... no
> > configure: error: Could not find ssl library

The problem here is not in USES=ssl but that OpenSSL 1.1.1 no longer has
SSL_library_init as a function since it's just a macro now.  Several other
ports suffer from bad configure checks due to this and some just set

CONFIGURE_ARGS= ac_cv_lib_ssl_SSL_library_init=yes

to skip it.  This seems to work for hashdb too.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list