From 722a2ade877383fef73ada3d82880ccbf4eee5f4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 2 Mar 2012 16:20:56 +0100 Subject: [PATCH] net-tools: Do not build in parallel mode. --- net-tools/net-tools.nm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-tools/net-tools.nm b/net-tools/net-tools.nm index 10ce6268f..1ae43ff6d 100644 --- a/net-tools/net-tools.nm +++ b/net-tools/net-tools.nm @@ -5,7 +5,7 @@ name = net-tools version = 1.60 -release = 2 +release = 3 groups = System/Base url = http://net-tools.berlios.de/ @@ -124,6 +124,9 @@ build make_build_targets += \ CC=gcc + # Compiling in parallel mode is unsafe for this pkg. + PARALLELISMFLAGS = + build_cmds # Compile ether-wake gcc %{CFLAGS} -o ether-wake ether-wake.c -- 2.39.2