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

Collapse All | Expand All

(-)xen-tools.orig//xen-tools-3.4.2-r4.ebuild (-1 / +1 lines)
Lines 125-131 Link Here
125
		append-flags -fno-strict-overflow
126
		append-flags -fno-strict-overflow
126
	fi
127
	fi
127
128
128
	emake CC=$(tc-getCC) -C tools ${myopt} || die "compile failed"
129
	emake CC=$(tc-getCC) LD=$(tc-getLD) -C tools ${myopt} || die "compile failed"
129
130
130
	if use doc; then
131
	if use doc; then
131
		sh ./docs/check_pkgs || die "package check failed"
132
		sh ./docs/check_pkgs || die "package check failed"

Return to bug 384359