diff options
Diffstat (limited to 'net-nds/openldap/openldap-2.4.45.ebuild')
-rw-r--r-- | net-nds/openldap/openldap-2.4.45.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-nds/openldap/openldap-2.4.45.ebuild b/net-nds/openldap/openldap-2.4.45.ebuild index e81d3543054c..0ead191e5409 100644 --- a/net-nds/openldap/openldap-2.4.45.ebuild +++ b/net-nds/openldap/openldap-2.4.45.ebuild @@ -344,10 +344,15 @@ src_prepare() { # bug #420959 epatch "${FILESDIR}"/${PN}-2.4.31-gcc47.patch + # bug #622464 + epatch "${FILESDIR}"/${PN}-2.4.45-libressl.patch + # unbundle lmdb epatch "${FILESDIR}"/${PN}-2.4.42-mdb-unbundle.patch rm -rf "${S}"/libraries/liblmdb + epatch_user + cd "${S}"/build || die einfo "Making sure upstream build strip does not do stripping too early" sed -i.orig \ |