389-ds-base: fix compilation
Multiple outputs in openldap made this package confused. Remove the explicit reference to the openldap library and let configure sort it out.
This commit is contained in:
parent
b4bf432709
commit
55d90c6bdb
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlags = [
|
||||
"--sysconfdir=/etc"
|
||||
"--localstatedir=/var"
|
||||
"--with-openldap=${openldap}"
|
||||
"--with-openldap"
|
||||
"--with-db=${db}"
|
||||
"--with-sasl=${cyrus_sasl}"
|
||||
"--with-netsnmp=${net_snmp}"
|
||||
|
Loading…
Reference in New Issue
Block a user