diff options
author | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2020-09-04 22:56:02 +0200 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-09-18 12:22:37 -0700 |
commit | 956c96ce1bac9fcd9e792f9d64215da236d282f9 (patch) | |
tree | b3861a999312edb21793c98e0d80ae23792157d5 /net-dns/bind/files | |
parent | sci-biology/seqan: remove unused file (diff) | |
download | gentoo-956c96ce1bac9fcd9e792f9d64215da236d282f9.tar.gz gentoo-956c96ce1bac9fcd9e792f9d64215da236d282f9.tar.bz2 gentoo-956c96ce1bac9fcd9e792f9d64215da236d282f9.zip |
net-dns/bind-9.16.6-r2: Revbump, USE=ldap on multilib (bug #739062)
Closes: https://bugs.gentoo.org/739062
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17419
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-dns/bind/files')
-rw-r--r-- | net-dns/bind/files/ldap-library-path-on-multilib-machines.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-dns/bind/files/ldap-library-path-on-multilib-machines.patch b/net-dns/bind/files/ldap-library-path-on-multilib-machines.patch new file mode 100644 index 000000000000..5286c72f11be --- /dev/null +++ b/net-dns/bind/files/ldap-library-path-on-multilib-machines.patch @@ -0,0 +1,13 @@ +diff --git a/contrib/dlz/config.dlz.in b/contrib/dlz/config.dlz.in +index f769cf1..721d480 100644 +--- a/contrib/dlz/config.dlz.in ++++ b/contrib/dlz/config.dlz.in +@@ -396,7 +396,7 @@ case "$use_dlz_ldap" in + *) + DLZ_ADD_DRIVER(LDAP, dlz_ldap_driver, + [-I$use_dlz_ldap/include], +- [-L$use_dlz_ldap/lib -lldap -llber]) ++ [-lldap -llber]) + + AC_MSG_RESULT( + [using LDAP from $use_dlz_ldap/lib and $use_dlz_ldap/include]) |