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

(-)iproute2-3.1.0.ebuild.orig (-2 / +7 lines)
Lines 50-57 Link Here
50
}
50
}
51
51
52
src_configure() {
52
src_configure() {
53
	tc-export AR CC PKG_CONFIG
54
55
	# This sure is ugly.  Should probably move into toolchain-funcs at some point.
53
	# This sure is ugly.  Should probably move into toolchain-funcs at some point.
56
	local setns
54
	local setns
57
	pushd "${T}" >/dev/null
55
	pushd "${T}" >/dev/null
Lines 67-72 Link Here
67
	EOF
65
	EOF
68
}
66
}
69
67
68
src_compile() {
69
	emake \
70
		CC="$(tc-getCC)" \
71
		HOSTCC="$(tc-getBUILD_CC)" \
72
		AR="$(tc-getAR)"
73
}
74
70
src_install() {
75
src_install() {
71
	if use minimal ; then
76
	if use minimal ; then
72
		into /
77
		into /

Return to bug 401907