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

(-)libextractor-0.4.2.ebuild.orig (-1 / +1 lines)
Lines 17-23 Link Here
17
17
18
src_compile() {
18
src_compile() {
19
	elibtoolize
19
	elibtoolize
20
	econf --with-gnu-ld \
20
	econf --with-gnu-ld --disable-glib \
21
		`use_enable static` || die "econf failed"
21
		`use_enable static` || die "econf failed"
22
	make || die "compile failed"
22
	make || die "compile failed"
23
}
23
}

Return to bug 79704