From 68b00849326279ab6fe5c30f0faa358ab2cbe1a9 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 2 May 2026 19:02:53 +0200 Subject: [PATCH] package/netsnmp: enable parallel build 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 Signed-off-by: Julien Olivain (cherry picked from commit ae4c2baab90101216f52362eba7740353923f2e4) Signed-off-by: Thomas Perale --- package/netsnmp/netsnmp.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk index 1c7e406a4e..0699e59efe 100644 --- a/package/netsnmp/netsnmp.mk +++ b/package/netsnmp/netsnmp.mk @@ -40,7 +40,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