treewide: Make explicit that 'dev' output of openldap is used

This commit is contained in:
Tuomas Tynkkynen 2016-04-16 20:41:33 +03:00 committed by Vladimír Čunát
parent 99acb412ab
commit 5eb01cd0ad
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
''; '';
configureFlags = [ configureFlags = [
"--with-ldap-dir=${openldap}" "--with-ldap-dir=${openldap.dev}"
"--with-libsasl2-dir=${cyrus_sasl.dev}" "--with-libsasl2-dir=${cyrus_sasl.dev}"
"--with-boost-libdir=${boost.out}/lib" "--with-boost-libdir=${boost.out}/lib"
"--disable-gconf" "--disable-gconf"

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
"--without-x" "--without-x"
"--with-berkeley-db=${db}" "--with-berkeley-db=${db}"
] ++ optionals (!libOnly) [ ] ++ optionals (!libOnly) [
"--with-openldap=${openldap}" "--with-openldap=${openldap.dev}"
] ++ optionals (!stdenv.isFreeBSD) [ ] ++ optionals (!stdenv.isFreeBSD) [
"--with-capng" "--with-capng"
]; ];

View File

@ -47,7 +47,7 @@ in
++ stdenv.lib.optional enableJabber "--with-jabber=${minmay}" ++ stdenv.lib.optional enableJabber "--with-jabber=${minmay}"
++ stdenv.lib.optional enableSnmp "--with-net-snmp" ++ stdenv.lib.optional enableSnmp "--with-net-snmp"
++ stdenv.lib.optional enableSsh "--with-ssh2=${libssh2.dev}" ++ stdenv.lib.optional enableSsh "--with-ssh2=${libssh2.dev}"
++ stdenv.lib.optional enableLdap "--with-ldap=${openldap}"; ++ stdenv.lib.optional enableLdap "--with-ldap=${openldap.dev}";
postPatch = '' postPatch = ''
sed -i -e 's/iksemel/minmay/g' configure src/libs/zbxmedia/jabber.c sed -i -e 's/iksemel/minmay/g' configure src/libs/zbxmedia/jabber.c