diff options
author | 2020-07-02 11:34:20 +0200 | |
---|---|---|
committer | 2020-07-02 11:34:20 +0200 | |
commit | 8964e52b9ac9bff9c7d9c1f1d3c6b5bd864cd9c8 (patch) | |
tree | 8983b74235e84ce8501f7d9dedcd6aaa6060d60d /net-dns | |
parent | media-gfx/meshlab: Drop 2016.12-r2 and 2016.12-r3 (diff) | |
download | gentoo-8964e52b9ac9bff9c7d9c1f1d3c6b5bd864cd9c8.tar.gz gentoo-8964e52b9ac9bff9c7d9c1f1d3c6b5bd864cd9c8.tar.bz2 gentoo-8964e52b9ac9bff9c7d9c1f1d3c6b5bd864cd9c8.zip |
net-dns/bind-tools: Pass AR to build system
Closes: https://bugs.gentoo.org/721030
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.14.12.ebuild | 1 | ||||
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.16.3.ebuild | 1 | ||||
-rw-r--r-- | net-dns/bind-tools/bind-tools-9.16.4.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/net-dns/bind-tools/bind-tools-9.14.12.ebuild b/net-dns/bind-tools/bind-tools-9.14.12.ebuild index e179fdad3264..61d9c2df8c8c 100644 --- a/net-dns/bind-tools/bind-tools-9.14.12.ebuild +++ b/net-dns/bind-tools/bind-tools-9.14.12.ebuild @@ -70,6 +70,7 @@ src_configure() { $(use_with gssapi) $(use_with readline) $(use_enable caps linux-caps) + AR="$(type -P $(tc-getAR))" ) # bug 607400 diff --git a/net-dns/bind-tools/bind-tools-9.16.3.ebuild b/net-dns/bind-tools/bind-tools-9.16.3.ebuild index 430038762701..3150d630e4db 100644 --- a/net-dns/bind-tools/bind-tools-9.16.3.ebuild +++ b/net-dns/bind-tools/bind-tools-9.16.3.ebuild @@ -71,6 +71,7 @@ src_configure() { $(use_with gssapi) $(use_with readline) $(use_enable caps linux-caps) + AR="$(type -P $(tc-getAR))" ) # bug 607400 diff --git a/net-dns/bind-tools/bind-tools-9.16.4.ebuild b/net-dns/bind-tools/bind-tools-9.16.4.ebuild index e5e7e2b6a22e..d304fa4ca626 100644 --- a/net-dns/bind-tools/bind-tools-9.16.4.ebuild +++ b/net-dns/bind-tools/bind-tools-9.16.4.ebuild @@ -84,6 +84,7 @@ src_configure() { $(use_with gssapi) $(use_with readline) $(use_enable caps linux-caps) + AR="$(type -P $(tc-getAR))" ) # bug 607400 |