mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
openldap - speedup build
This commit is contained in:
parent
08d2bee3ec
commit
42ee3b2478
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
[ "--enable-overlays"
|
[ "--enable-overlays"
|
||||||
|
"--disable-dependency-tracking" # speeds up one-time build
|
||||||
] ++ stdenv.lib.optional (openssl == null) "--without-tls"
|
] ++ stdenv.lib.optional (openssl == null) "--without-tls"
|
||||||
++ stdenv.lib.optional (cyrus_sasl == null) "--without-cyrus-sasl";
|
++ stdenv.lib.optional (cyrus_sasl == null) "--without-cyrus-sasl";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user