summaryrefslogtreecommitdiffstats
path: root/package/bind
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-02-20 14:35:23 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-20 14:36:52 +0100
commitb1a3545a3f9dc3f18154dcfbe467c62a5088ed3d (patch)
tree0cc080fda7b4b9736720dae2f643b94fc65d3a74 /package/bind
parent65600edcaa72a796b131d06fb2cc96cbed98a106 (diff)
downloadbuildroot-novena-b1a3545a3f9dc3f18154dcfbe467c62a5088ed3d.tar.gz
buildroot-novena-b1a3545a3f9dc3f18154dcfbe467c62a5088ed3d.zip
bind: disable parallel build
The build system of bind seems to have issues with (highly) parallel builds, breaking the build with errors like: libtool: link: `nothreads/condition.lo' is not a valid libtool object So disable parallel builds. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bind')
-rw-r--r--package/bind/bind.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bind/bind.mk b/package/bind/bind.mk
index f402ad127..ff0ec04d2 100644
--- a/package/bind/bind.mk
+++ b/package/bind/bind.mk
@@ -11,6 +11,7 @@ BIND_TARGET_SBINS += named-compilezone rndc rndc-confgen
BIND_TARGET_SBINS += dnssec-keygen dnssec-signzone
BIND_TARGET_BINS = dig host nslookup nsupdate
BIND_TARGET_LIBS = libbind9.* libdns.* libisccc.* libisccfg.* libisc.* liblwres.*
+BIND_MAKE = $(MAKE1)
BIND_CONF_ENV = BUILD_CC="$(TARGET_CC)" \
BUILD_CFLAGS="$(TARGET_CFLAGS)"
BIND_CONF_OPT = \