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

(-)a/mysql++-3.0.5.ebuild (+1 lines)
Lines 39-44 Link Here
39
39
40
	CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
40
	CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
41
	econf ${myconf} || die "econf failed"
41
	econf ${myconf} || die "econf failed"
42
	sed -i -e '/^LDFLAGS/ s:-L/usr/lib.*$::' "${S}"/Makefile
42
43
43
	emake || die "unable to make"
44
	emake || die "unable to make"
44
}
45
}

Return to bug 246795