libraries/qt3: Use "make -j1" during build

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Woodfall 2013-11-12 19:13:28 -06:00 committed by Robby Workman
parent e2cfab6421
commit 798cb871d1

View file

@ -131,7 +131,7 @@ CXXFLAGS="$SLKCFLAGS" \
# We're using '-i' to work around a bug where the build tries to strip html files.
# Build the important stuff:
make -i
make -i -j1
# Now set QTDIR...
QTDIR=$PKG/opt/kde3/lib${LIBDIRSUFFIX}/$PRGNAM-$VERSION