forked from mirrors/nixpkgs
Revert "openldap: Remove dontPatchELF"
This reverts commit366c1e88fc
, that caused OpenLDAP to not find its own libs. See discussion in366c1e88fc
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 stdenv.isFreeBSD "--with-pic";
|
||||
|
||||
dontPatchELF = 1; # !!!
|
||||
|
||||
# Fixup broken libtool
|
||||
preFixup = ''
|
||||
sed -e 's,-lsasl2,-L${cyrus_sasl.out}/lib -lsasl2,' \
|
||||
|
|
Loading…
Reference in a new issue