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

(-)djbdns-1.05-r3.ebuild.orig (-1 / +3 lines)
Lines 21-28 Link Here
21
}
21
}
22
22
23
src_compile() {                           
23
src_compile() {                           
24
	LDFLAGS=
25
	use static && LDFLAGS="-static"
24
	echo "gcc ${CFLAGS}" > conf-cc
26
	echo "gcc ${CFLAGS}" > conf-cc
25
	echo "gcc" > conf-ld
27
	echo "gcc ${LDFLAGS}" > conf-ld
26
	echo "/usr" > conf-home
28
	echo "/usr" > conf-home
27
	emake || die "emake failed"
29
	emake || die "emake failed"
28
}
30
}

Return to bug 8237