Fix compilation of apr-util on darwin by removing dependence on openldap

svn path=/nixpkgs/trunk/; revision=27283
This commit is contained in:
Marco Maggesi 2011-05-20 17:00:49 +00:00
parent 186d36ca4b
commit 3c99107e82

View file

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