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