From f51c67e0a27e7209851f0a851a1333e57624e532 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 30 Dec 2019 17:33:44 +0100 Subject: [PATCH] app-crypt/pesign: Remove broken gcc-ar hack MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The AR override that attempts to force 'gcc-ar' does not work with all CC values. Revert to using $(tc-getAR). Signed-off-by: Michał Górny --- app-crypt/pesign/pesign-113.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/pesign/pesign-113.ebuild b/app-crypt/pesign/pesign-113.ebuild index 40d481c35cc5..fcb4a4ab3809 100644 --- a/app-crypt/pesign/pesign-113.ebuild +++ b/app-crypt/pesign/pesign-113.ebuild @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-113-nss.patch ) src_compile() { - emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \ + emake AR="$(tc-getAR)" \ ARFLAGS="-cvqs" \ AS="$(tc-getAS)" \ CC="$(tc-getCC)" \ -- 2.26.2