Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 383973 | Differences between
and this patch

Collapse All | Expand All

(-)xen-tools.orig//xen-tools-3.4.2-r3.ebuild (-2 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
6
7
inherit base flag-o-matic eutils multilib python
7
inherit base flag-o-matic eutils multilib python toolchain-funcs
8
8
9
# TPMEMUFILE=tpm_emulator-0.4.tar.gz
9
# TPMEMUFILE=tpm_emulator-0.4.tar.gz
10
10
Lines 138-144 Link Here
138
		append-flags -fno-strict-overflow
138
		append-flags -fno-strict-overflow
139
	fi
139
	fi
140
140
141
	emake -C tools ${myopt} || die "compile failed"
141
	emake CC=$(tc-getCC) -C tools ${myopt} || die "compile failed"
142
142
143
	if use doc; then
143
	if use doc; then
144
		sh ./docs/check_pkgs || die "package check failed"
144
		sh ./docs/check_pkgs || die "package check failed"

Return to bug 383973