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

(-)xen.orig//xen-3.4.2-r3.ebuild (-1 / +1 lines)
Lines 86-92 Link Here
86
	fi
86
	fi
87
87
88
	# Send raw LDFLAGS so that --as-needed works
88
	# Send raw LDFLAGS so that --as-needed works
89
	emake CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" -C xen ${myopt} || die "compile failed"
89
	emake CC="$(tc-getCC)" LDFLAGS="$(raw-ldflags)" LD=$(tc-getLD) -C xen ${myopt} || die "compile failed"
90
}
90
}
91
91
92
src_install() {
92
src_install() {

Return to bug 384365