Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 621804
Collapse All | Expand All

(-)a/app-crypt/pesign/pesign-0.112.ebuild (-2 / +7 lines)
Lines 33-39 PATCHES=( Link Here
33
)
33
)
34
34
35
src_compile() {
35
src_compile() {
36
	emake CC="$(tc-getCC)"
36
	emake AR="$(tc-is-gcc && echo "$(tc-getCC)-ar" || tc-getAR)" \
37
	      AS="$(tc-getAS)" \
38
	      CC="$(tc-getCC)" \
39
	      LD="$(tc-getLD)" \
40
	      OBJCOPY="$(tc-getOBJCOPY)" \
41
	      PKG_CONFIG="$(tc-getPKG_CONFIG)" \
42
	      RANLIB="$(tc-getRANLIB)"
37
}
43
}
38
44
39
src_install() {
45
src_install() {
40
- 

Return to bug 621804