openldap: Remove dontPatchELF

Everything still seems to build fine.
This commit is contained in:
Tuomas Tynkkynen 2015-10-18 15:47:06 +03:00 committed by Vladimír Čunát
parent c5579c9184
commit 366c1e88fc

View file

@ -21,8 +21,6 @@ stdenv.mkDerivation rec {
] ++ stdenv.lib.optional (openssl == null) "--without-tls"
++ stdenv.lib.optional (cyrus_sasl == null) "--without-cyrus-sasl";
dontPatchELF = 1; # !!!
# Fixup broken libtool
preFixup = ''
sed -e 's,-lsasl2,-L${cyrus_sasl}/lib -lsasl2,' \