[Buildroot] [git commit branch/2025.02.x] package/netsnmp: enable parallel build

Thomas Perale thomas.perale at mind.be
Wed May 13 13:18:17 UTC 2026


commit: https://gitlab.com/buildroot.org/buildroot/-/commit/092e63a37b6ff85d50d8b3bcd5cc278ba9f5c14e
branch: https://gitlab.com/buildroot.org/buildroot/-/tree/2025.02.x

Buildroot commit 7643670052a7adc1c2a5f275664774c6d50e6a3d disabled
parallel builds in 2012.

Upstream fixed the problem in 2021:
https://github.com/net-snmp/net-snmp/commit/855e1c28dad53d6263c6c0c302438d2dc3128cc5
https://github.com/net-snmp/net-snmp/commit/9ea3d8b93c9bb7da7fea13ee6c92356a6b82a5fb
with version 5.9.1 which was added to buildroot with commit
83b4337354014a5425a0ee081b94d4d0991f8d47.

Tested with -j100.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit ae4c2baab90101216f52362eba7740353923f2e4)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 package/netsnmp/netsnmp.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index 32d3b1aac0..9082599168 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -44,7 +44,6 @@ NETSNMP_CONF_OPTS = \
 	--disable-manuals
 NETSNMP_INSTALL_STAGING_OPTS = DESTDIR=$(STAGING_DIR) LIB_LDCONFIG_CMD=true install
 NETSNMP_INSTALL_TARGET_OPTS = DESTDIR=$(TARGET_DIR) LIB_LDCONFIG_CMD=true install
-NETSNMP_MAKE = $(MAKE1)
 NETSNMP_CONFIG_SCRIPTS = net-snmp-config
 # We're patching configure.d/config_project_types
 NETSNMP_AUTORECONF = YES


More information about the buildroot mailing list