commit:     cb4197325aed121f5e6861ad2358a5ce8cfb02c5
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 12:41:03 2020 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 12:46:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb419732

app-text/discount: fix direct 'ar' call

Closes: https://bugs.gentoo.org/718566
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-text/discount/discount-2.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/discount/discount-2.2.6.ebuild 
b/app-text/discount/discount-2.2.6.ebuild
index 5188f84a09a..9e570549251 100644
--- a/app-text/discount/discount-2.2.6.ebuild
+++ b/app-text/discount/discount-2.2.6.ebuild
@@ -43,7 +43,7 @@ src_configure() {
                --debian-glitch
        )
        einfo "Running ${configure_call[@]}"
-       CC="$(tc-getCC)" \
+       CC="$(tc-getCC)" AR="$(tc-getAR)" \
        "${configure_call[@]}" || die
 }
 

Reply via email to