From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62996138359 for ; Fri, 18 Sep 2020 19:23:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956DFE0828; Fri, 18 Sep 2020 19:23:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B752E0828 for ; Fri, 18 Sep 2020 19:23:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B1BF341068 for ; Fri, 18 Sep 2020 19:23:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAB632E1 for ; Fri, 18 Sep 2020 19:23:47 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1600456957.956c96ce1bac9fcd9e792f9d64215da236d282f9.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/files/, net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.16.6-r1.ebuild net-dns/bind/bind-9.16.6-r2.ebuild net-dns/bind/files/ldap-library-path-on-multilib-machines.patch X-VCS-Directories: net-dns/bind/ net-dns/bind/files/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 956c96ce1bac9fcd9e792f9d64215da236d282f9 X-VCS-Branch: master Date: Fri, 18 Sep 2020 19:23:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c348e86-7ef4-4a69-a6cf-4e57722210a1 X-Archives-Hash: 174988aa926e7af2a0b827c2b1b2cf40 commit: 956c96ce1bac9fcd9e792f9d64215da236d282f9 Author: Jan Ziak <0xe2.0x9a.0x9b gmail com> AuthorDate: Fri Sep 4 20:56:02 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri Sep 18 19:22:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956c96ce 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 gentoo.org> .../bind/{bind-9.16.6-r1.ebuild => bind-9.16.6-r2.ebuild} | 2 ++ .../bind/files/ldap-library-path-on-multilib-machines.patch | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/net-dns/bind/bind-9.16.6-r1.ebuild b/net-dns/bind/bind-9.16.6-r2.ebuild similarity index 99% rename from net-dns/bind/bind-9.16.6-r1.ebuild rename to net-dns/bind/bind-9.16.6-r2.ebuild index 4cce9cdc72a..4f12a967f86 100644 --- a/net-dns/bind/bind-9.16.6-r1.ebuild +++ b/net-dns/bind/bind-9.16.6-r2.ebuild @@ -87,6 +87,8 @@ PATCHES=( # should fix https://bugs.gentoo.org/741162 taken from: # https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/4073 "${FILESDIR}/bind-9.16.6-bug-741162.patch" + + "${FILESDIR}/ldap-library-path-on-multilib-machines.patch" ) # bug 479092, requires networking 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 00000000000..5286c72f11b --- /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])