libraries/qt3: Use "make -j1" during build
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
e2cfab6421
commit
798cb871d1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue