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>
This commit is contained in:
committed by
Julien Olivain
parent
2239b9dc46
commit
ae4c2baab9
@@ -38,7 +38,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
|
||||
|
||||
define NETSNMP_USERS
|
||||
|
||||
Reference in New Issue
Block a user