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
|
{ stdenv, fetchurl, apr, expat
|
||||||
, bdbSupport ? false, db4 ? null
|
, bdbSupport ? false, db4 ? null
|
||||||
, ldapSupport ? true, openldap
|
, ldapSupport ? !stdenv.isDarwin, openldap
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert bdbSupport -> db4 != null;
|
assert bdbSupport -> db4 != null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user