aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-nds/openldap/openldap-2.6.3-r7.ebuild')
-rw-r--r--net-nds/openldap/openldap-2.6.3-r7.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/net-nds/openldap/openldap-2.6.3-r7.ebuild b/net-nds/openldap/openldap-2.6.3-r7.ebuild
index 1d206ef..7c5657c 100644
--- a/net-nds/openldap/openldap-2.6.3-r7.ebuild
+++ b/net-nds/openldap/openldap-2.6.3-r7.ebuild
@@ -144,6 +144,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2.6.1-fix-missing-mapping.patch
"${FILESDIR}"/${PN}-2.6.1-fix-bashism-configure.patch
"${FILESDIR}"/${PN}-2.6.3-clang16.patch
+ "${FILESDIR}"/${PN}-2.6.4-libressl.patch
)
openldap_filecount() {
@@ -498,11 +499,6 @@ multilib_src_configure() {
tc-export AR CC CXX
- # Fix for libressl from OpenBSD:
- # bypass autoconf check for OpenSSL 1.1.1+ function which is not
- # actually used in OpenLDAP code
- export ac_cv_lib_ssl_SSL_export_keying_material_early=yes
-
ECONF_SOURCE="${S}" econf \
--libexecdir="${EPREFIX}"/usr/$(get_libdir)/openldap \
--localstatedir="${EPREFIX}"/var \