From b0a3ad646ee9ab7cd06d3c41c2bc851db9fdb3a7 Mon Sep 17 00:00:00 2001 From: Romain Naour Date: Thu, 13 Feb 2014 22:17:55 +0100 Subject: [PATCH] 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 Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/nut/nut.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/nut/nut.mk b/package/nut/nut.mk index 04fb36d539..b318258de0 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 = \