apr-util: Reenabling openldap support again
This commit is contained in:
parent
5b0ca88d97
commit
eecb135cad
|
@ -1,7 +1,7 @@
|
|||
{ stdenv, fetchurl, apr, expat
|
||||
, sslSupport ? true, openssl
|
||||
, bdbSupport ? false, db4
|
||||
, ldapSupport ? false, openldap
|
||||
, ldapSupport ? true, openldap
|
||||
}:
|
||||
|
||||
assert sslSupport -> openssl != null;
|
||||
|
|
Loading…
Reference in New Issue