mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
parent
b4f33e6d33
commit
711db1b0cd
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue