Revert "openldap: Remove dontPatchELF"

This reverts commit 366c1e88fc, that
caused OpenLDAP to not find its own libs. See discussion in
366c1e88fc
wip/yesman
Rickard Nilsson 8 years ago
parent a7baec7cb1
commit 92ce529880
  1. 2
      pkgs/development/libraries/openldap/default.nix

@ -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…
Cancel
Save