From: Peter Korsgaard Date: Sun, 27 May 2012 19:10:42 +0000 (+0200) Subject: netsnmp: fix build with high BR2_JLEVEL settings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7643670052a7adc1c2a5f275664774c6d50e6a3d;p=buildroot.git netsnmp: fix build with high BR2_JLEVEL settings The netsnmp build system is not robust against parallel builds. Fixes http://autobuild.buildroot.net/results/5bb827425ed07617a47a0c0d942a3c6c423fc02f Signed-off-by: Peter Korsgaard --- diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk index 448e3fdb07..6d67dc5cd8 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")