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

(-)/usr/portage/www-servers/thttpd/thttpd-2.25b-r8.ebuild (-1 / +3 lines)
Lines 41-47 Link Here
41
41
42
src_configure() {
42
src_configure() {
43
	use static && append-ldflags -static
43
	use static && append-ldflags -static
44
	econf || die "econf failed"
44
45
	CC="$(tc-getCC)" \
46
	  econf || die "econf failed"
45
}
47
}
46
48
47
src_compile() {
49
src_compile() {

Return to bug 373631