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 New Issue