[Buildroot] [git commit] netsnmp: fix build with high BR2_JLEVEL settings

Peter Korsgaard jacmet at sunsite.dk
Sun May 27 19:10:42 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=7643670052a7adc1c2a5f275664774c6d50e6a3d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The netsnmp build system is not robust against parallel builds.

Fixes http://autobuild.buildroot.net/results/5bb827425ed07617a47a0c0d942a3c6c423fc02f

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/netsnmp/netsnmp.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index 448e3fd..6d67dc5 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -21,6 +21,7 @@ NETSNMP_CONF_OPT = --with-persistent-directory=/var/lib/snmp --disable-static \
 		--with-mib-modules="host ucd-snmp/dlmod" \
 		--with-out-mib-modules="disman/event disman/schedule utilities" \
 		--with-out-transports="Unix"
+NETSNMP_MAKE = $(MAKE1)
 NETSNMP_BLOAT_MIBS = BRIDGE DISMAN-EVENT DISMAN-SCHEDULE DISMAN-SCRIPT EtherLike RFC-1215 RFC1155-SMI RFC1213 SCTP SMUX
 
 ifeq ($(BR2_ENDIAN),"BIG")


More information about the buildroot mailing list