openldap: Remove dontPatchELF
Everything still seems to build fine.
This commit is contained in:
parent
c5579c9184
commit
366c1e88fc
@ -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,' \
|
||||
|
Loading…
Reference in New Issue
Block a user