1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

postfix: fix linking error after #51770; issue #53001

This commit is contained in:
Vladimír Čunát 2019-01-06 14:52:11 +01:00
parent b4f33e6d33
commit 711db1b0cd
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -79,6 +79,8 @@ in stdenv.mkDerivation rec {
make makefiles CCARGS='${ccargs}' AUXLIBS='${auxlibs}'
'';
NIX_LDFLAGS = lib.optional withLDAP "-llber";
installTargets = [ "non-interactive-package" ];
installFlags = [ "install_root=installdir" ];