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:
Robert Helgesson 2016-04-17 17:36:00 +02:00
parent b4bf432709
commit 55d90c6bdb

View file

@ -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}"