mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/net-snmp: Serialise some of the make targets (maybe bug #536460).
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -128,9 +128,9 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
OTHERLDFLAGS="${LDFLAGS}" \
|
||||
sedscript all
|
||||
for target in snmplib agent sedscript all; do
|
||||
emake OTHERLDFLAGS="${LDFLAGS}" ${target}
|
||||
done
|
||||
|
||||
use doc && emake docsdox
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user