]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
netsnmp: fix build with high BR2_JLEVEL settings
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 May 2012 19:10:42 +0000 (21:10 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 27 May 2012 19:10:42 +0000 (21:10 +0200)
The netsnmp build system is not robust against parallel builds.

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

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/netsnmp/netsnmp.mk

index 448e3fdb076ee7f581db487f1c2f874e943fcbfc..6d67dc5cd8a23345b887d88102d5a515a5e1c8fe 100644 (file)
@@ -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")