From 1ebbda09ba24e2b778f662cf5cc78405c08c0041 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Sun, 6 Jan 2019 04:12:43 +0200 Subject: [PATCH] net-snmp: build is racy, do not parallelize --- components/sysutils/net-snmp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/sysutils/net-snmp/Makefile b/components/sysutils/net-snmp/Makefile index d7c21e426..1cf00b286 100644 --- a/components/sysutils/net-snmp/Makefile +++ b/components/sysutils/net-snmp/Makefile @@ -40,6 +40,7 @@ include $(WS_TOP)/make-rules/configure.mk include $(WS_TOP)/make-rules/ips.mk COMPONENT_BUILD_ARGS= +COMPONENT_BUILD_GMAKE_ARGS = -j1 CPPFLAGS += "-DFALSE_SHARING_ALIGN=64" -- 2.11.4.GIT