@@ -, +, @@ --- app-crypt/pesign/pesign-0.112.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) --- a/app-crypt/pesign/pesign-0.112.ebuild +++ a/app-crypt/pesign/pesign-0.112.ebuild @@ -33,7 +33,13 @@ PATCHES=( ) src_compile() { - emake CC="$(tc-getCC)" + emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \ + AS="$(tc-getAS)" \ + CC="$(tc-getCC)" \ + LD="$(tc-getLD)" \ + OBJCOPY="$(tc-getOBJCOPY)" \ + PKG_CONFIG="$(tc-getPKG_CONFIG)" \ + RANLIB="$(tc-getRANLIB)" } src_install() { --