From c3a97c7b496a1dc2ef6c363cec7b034452aec27d Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 19 Nov 2013 20:43:55 +0100 Subject: libraries/qt3: Strip jobs number from the MAKEFLAGS. make -j1 seems not enough Signed-off-by: Matteo Bernardini --- libraries/qt3/qt3.SlackBuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libraries/qt3') diff --git a/libraries/qt3/qt3.SlackBuild b/libraries/qt3/qt3.SlackBuild index f6122c7dea..545c08a151 100644 --- a/libraries/qt3/qt3.SlackBuild +++ b/libraries/qt3/qt3.SlackBuild @@ -129,6 +129,8 @@ CXXFLAGS="$SLKCFLAGS" \ -plugin-style-windows \ -enable-opengl +# Strip jobs number from the MAKEFLAGS (needed) +MAKEFLAGS=$(echo "$MAKEFLAGS" | sed "s/-j[0-999]//g") # We're using '-i' to work around a bug where the build tries to strip html files. # Build the important stuff: make -i -j1 -- cgit v1.2.3