mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/netsnmp: enable parallel build
Buildroot commit7643670052disabled parallel builds in 2012. Upstream fixed the problem in 2021:855e1c28da9ea3d8b93cwith version 5.9.1 which was added to buildroot with commit83b4337354. Tested with -j100. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitae4c2baab9) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
4ed87fcf74
commit
68b0084932
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user