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

Collapse All | Expand All

(-)net-snmp-5.4.3.ebuild (-2 / +2 lines)
Lines 140-146 Link Here
140
}
140
}
141
141
142
src_compile() {
142
src_compile() {
143
	emake -j1 OTHERLDFLAGS="${LDFLAGS}" || die "emake failed"
143
	emake -j1 OTHERLDFLAGS="${LDFLAGS}" SHELL="${EPREFIX}"/bin/bash || die "emake failed"
144
144
145
	if use doc ; then
145
	if use doc ; then
146
		einfo "Building HTML Documentation"
146
		einfo "Building HTML Documentation"
Lines 162-168 Link Here
162
162
163
src_install () {
163
src_install () {
164
	# bug #317965
164
	# bug #317965
165
	emake -j1 DESTDIR="${D}" install || die "make install failed"
165
	emake -j1 DESTDIR="${D}" SHELL="${EPREFIX}"/bin/bash install || die "make install failed"
166
166
167
	if use perl ; then
167
	if use perl ; then
168
		fixlocalpod
168
		fixlocalpod

Return to bug 236441