apr-util: Reenabling openldap support again

This commit is contained in:
Sander van der Burg 2013-01-07 16:58:09 +01:00
parent 5b0ca88d97
commit eecb135cad

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, apr, expat
, sslSupport ? true, openssl
, bdbSupport ? false, db4
, ldapSupport ? false, openldap
, ldapSupport ? true, openldap
}:
assert sslSupport -> openssl != null;