summaryrefslogtreecommitdiff
path: root/package/nut
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2014-02-13 22:17:55 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-13 23:16:49 +0100
commitb0a3ad646ee9ab7cd06d3c41c2bc851db9fdb3a7 (patch)
tree893b27d8dc6231f90d3a65d8ac2240711daa94a7 /package/nut
parent66c4d32f7c01115d4fd43aa6215663cc1cae3c99 (diff)
nut: disable parallel builds
The build system has a race condition causing build failure, so ensure make -j1 is used. Fixes: http://autobuild.buildroot.net/results/0dd/0ddd856bcbec2db0500791fd428ba053d6e4fa1b/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/nut')
-rw-r--r--package/nut/nut.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index 04fb36d53..b318258de 100644
--- a/package/nut/nut.mk
+++ b/package/nut/nut.mk
@@ -14,6 +14,9 @@ NUT_DEPENDENCIES = host-pkgconf
# Our patch changes m4 macros, so we need to autoreconf
NUT_AUTORECONF = YES
+# Disable parallel builds
+NUT_MAKE = $(MAKE1)
+
# Put the PID files in a read-write place (/var/run is a tmpfs)
# since the default location (/var/state/ups) maybe readonly.
NUT_CONF_OPT = \