Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/netsnmp: enable parallel build
@ 2026-05-02 17:02 Bernd Kuhls
  2026-05-03 17:51 ` Julien Olivain via buildroot
  2026-05-15 13:34 ` Thomas Perale via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Bernd Kuhls @ 2026-05-02 17:02 UTC (permalink / raw)
  To: buildroot

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@kuhls.net>
---
 package/netsnmp/netsnmp.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index 4d3367e12c..0ec4cfaa76 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -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
-- 
2.47.3

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/netsnmp: enable parallel build
  2026-05-02 17:02 [Buildroot] [PATCH 1/1] package/netsnmp: enable parallel build Bernd Kuhls
@ 2026-05-03 17:51 ` Julien Olivain via buildroot
  2026-05-15 13:34 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain via buildroot @ 2026-05-03 17:51 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot

On 02/05/2026 19:02, Bernd Kuhls wrote:
> 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@kuhls.net>

Applied to master, thanks.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/netsnmp: enable parallel build
  2026-05-02 17:02 [Buildroot] [PATCH 1/1] package/netsnmp: enable parallel build Bernd Kuhls
  2026-05-03 17:51 ` Julien Olivain via buildroot
@ 2026-05-15 13:34 ` Thomas Perale via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Perale via buildroot @ 2026-05-15 13:34 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: Thomas Perale, buildroot

In reply of:
> 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@kuhls.net>

Applied to 2025.02.x & 2026.02.x. Thanks

> ---
>  package/netsnmp/netsnmp.mk | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
> index 4d3367e12c..0ec4cfaa76 100644
> --- a/package/netsnmp/netsnmp.mk
> +++ b/package/netsnmp/netsnmp.mk
> @@ -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
> -- 
> 2.47.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-05-15 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-02 17:02 [Buildroot] [PATCH 1/1] package/netsnmp: enable parallel build Bernd Kuhls
2026-05-03 17:51 ` Julien Olivain via buildroot
2026-05-15 13:34 ` Thomas Perale via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox