openldap: support building without cyrus-sasl and tls
This commit is contained in:
parent
4ab9c00850
commit
1c86db4bc3
@ -10,6 +10,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ openssl cyrus_sasl db4 groff ];
|
||||
|
||||
configureFlags =
|
||||
[ "--enable-overlays"
|
||||
] ++ stdenv.lib.optional (openssl == null) "--without-tls"
|
||||
++ stdenv.lib.optional (cyrus_sasl == null) "--without-cyrus-sasl";
|
||||
|
||||
dontPatchELF = 1; # !!!
|
||||
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user