projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
217c16d
)
app-crypt/pesign: Remove broken gcc-ar hack
author
Michał Górny
<mgorny@gentoo.org>
Mon, 30 Dec 2019 16:33:44 +0000
(17:33 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 30 Dec 2019 18:18:32 +0000
(19:18 +0100)
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 <mgorny@gentoo.org>
app-crypt/pesign/pesign-113.ebuild
patch
|
blob
|
history
diff --git
a/app-crypt/pesign/pesign-113.ebuild
b/app-crypt/pesign/pesign-113.ebuild
index 40d481c35cc5c90a8959f3608b2ba0694099e94f..fcb4a4ab3809806688773f8a2e6adaff2af4b898 100644
(file)
--- 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)" \