openldap - speedup build
This commit is contained in:
@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user