[Buildroot] [git commit] package/bind: enable parallel builds

Julien Olivain ju.o at free.fr
Fri Oct 31 18:21:25 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=6a20a930fd7a10aecd2b217a643a60a748eb986f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Buildroot commit e4749b826c04cda213768332f67ffb82f06105b2 disabled
parallel builds back in 2016. Nearly 10 years and a "Complete rewrite
[of] the BIND 9 build system" later

https://gitlab.isc.org/isc-projects/bind9/-/commit/978c7b2e89aa37a7ddfe2f6b6ba12ce73dd04528

we enable parallel builds again, make -j1000 finished without problems.

Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
 package/bind/bind.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index d137245ef9..64cf2fa9fb 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -7,8 +7,6 @@
 BIND_VERSION = 9.18.33
 BIND_SOURCE= bind-$(BIND_VERSION).tar.xz
 BIND_SITE = https://ftp.isc.org/isc/bind9/$(BIND_VERSION)
-# bind does not support parallel builds.
-BIND_MAKE = $(MAKE1)
 BIND_INSTALL_STAGING = YES
 BIND_LICENSE = MPL-2.0
 BIND_LICENSE_FILES = COPYRIGHT


More information about the buildroot mailing list