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

(-)/usr/portage/sys-apps/util-linux/util-linux-2.11z-r6.ebuild (-2 / +2 lines)
Lines 92-102 Link Here
92
92
93
src_compile() {
93
src_compile() {
94
94
95
	econf || die "configure failed"
96
97
	if [ "`use static`" ] ; then
95
	if [ "`use static`" ] ; then
98
		export LDFLAGS=-static
96
		export LDFLAGS=-static
99
	fi
97
	fi
98
	econf || die "configure failed"
99
100
	emake || die "emake failed"
100
	emake || die "emake failed"
101
	cd sys-utils && makeinfo *.texi || die "makeinfo failed"
101
	cd sys-utils && makeinfo *.texi || die "makeinfo failed"
102
}
102
}

Return to bug 29160