mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/bind: enable parallel builds
Buildroot commite4749b826cdisabled parallel builds back in 2016. Nearly 10 years and a "Complete rewrite [of] the BIND 9 build system" later978c7b2e89we enable parallel builds again, make -j1000 finished without problems. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit6a20a930fd) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
e28f5f0f37
commit
afa914efa6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user