diff mbox

[2/2] nut: disable parallel builds

Message ID 1392326275-25992-2-git-send-email-romain.naour@openwide.fr
State Accepted
Commit b0a3ad646ee9ab7cd06d3c41c2bc851db9fdb3a7
Headers show

Commit Message

Romain Naour Feb. 13, 2014, 9:17 p.m. UTC
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>
---
 package/nut/nut.mk | 3 +++
 1 file changed, 3 insertions(+)

Comments

Yann E. MORIN Feb. 13, 2014, 9:38 p.m. UTC | #1
Romain, All,

On 2014-02-13 22:17 +0100, Romain Naour spake thusly:
> 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>

Regards,
Yann E. MORIN.
Peter Korsgaard Feb. 13, 2014, 10:17 p.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@openwide.fr> writes:

 > 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>

Committed, thanks.
diff mbox

Patch

diff --git a/package/nut/nut.mk b/package/nut/nut.mk
index 47367e1..3985daa 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 = \