libraries/qt3: Strip jobs number from the MAKEFLAGS.

make -j1 seems not enough

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-11-19 20:43:55 +01:00 committed by Robby Workman
parent 349d7ace77
commit c3a97c7b49

View file

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