Revert "openldap: Remove dontPatchELF"
This reverts commit 366c1e88fc811e1ceb03e897d883b7bd765e7627, that
caused OpenLDAP to not find its own libs. See discussion in
366c1e88fc
This commit is contained in:
parent
a7baec7cb1
commit
92ce529880
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ stdenv.lib.optional (cyrus_sasl == null) "--without-cyrus-sasl"
|
++ stdenv.lib.optional (cyrus_sasl == null) "--without-cyrus-sasl"
|
||||||
++ stdenv.lib.optional stdenv.isFreeBSD "--with-pic";
|
++ stdenv.lib.optional stdenv.isFreeBSD "--with-pic";
|
||||||
|
|
||||||
|
dontPatchELF = 1; # !!!
|
||||||
|
|
||||||
# Fixup broken libtool
|
# Fixup broken libtool
|
||||||
preFixup = ''
|
preFixup = ''
|
||||||
sed -e 's,-lsasl2,-L${cyrus_sasl.out}/lib -lsasl2,' \
|
sed -e 's,-lsasl2,-L${cyrus_sasl.out}/lib -lsasl2,' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user