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

Collapse All | Expand All

(-)/usr/portage/net-dns/host/host-20070128-r1.ebuild (-1 / +1 lines)
Lines 29-35 Link Here
29
29
30
src_compile() {
30
src_compile() {
31
	use debug && export DEBUGDEFS="-DDEBUG"
31
	use debug && export DEBUGDEFS="-DDEBUG"
32
	emake CC="$(tc-getCC)" RES_LIB=/usr/$(get_libdir)/libresolv.a || die "emake failed"
32
	emake CC="$(tc-getCC)" RES_LIB="-lresolv" || die "emake failed"
33
}
33
}
34
34
35
src_install () {
35
src_install () {

Return to bug 472696