Merge pull request #14805 from rycee/fix/389

389-ds-base: fix compilation
This commit is contained in:
Tuomas Tynkkynen 2016-04-19 00:45:31 +03:00
commit 784d1b65fa

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