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

(-)net-snmp-5.4.3.ebuild.orig (-1 / +1 lines)
Lines 132-138 Link Here
132
}
132
}
133
133
134
src_compile() {
134
src_compile() {
135
	emake -j1 || die "emake failed"
135
	emake -j1 OTHERLDFLAGS="${LDFLAGS}" || die "emake failed"
136
136
137
	if use doc ; then
137
	if use doc ; then
138
		einfo "Building HTML Documentation"
138
		einfo "Building HTML Documentation"

Return to bug 328685