Fix compilation of apr-util on darwin by removing dependence on openldap
svn path=/nixpkgs/trunk/; revision=27283
This commit is contained in:
parent
186d36ca4b
commit
3c99107e82
|
@ -1,6 +1,6 @@
|
|||
{ stdenv, fetchurl, apr, expat
|
||||
, bdbSupport ? false, db4 ? null
|
||||
, ldapSupport ? true, openldap
|
||||
, ldapSupport ? !stdenv.isDarwin, openldap
|
||||
}:
|
||||
|
||||
assert bdbSupport -> db4 != null;
|
||||
|
|
Loading…
Reference in New Issue