Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 May 2019 23:14:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237974] USES=ssl fails on 12.0-RELEASE-p3 for misc/hashdb
Message-ID:  <bug-237974-7788-Vbtsi6l9pb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237974-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237974-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237974

--- Comment #6 from Tobias Kortkamp <tobik@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=3Dssl 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=3D ac_cv_lib_ssl_SSL_library_init=3Dyes

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237974-7788-Vbtsi6l9pb>