mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/webkitgtk: Force -j1
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
ad4566bbc9
commit
70d7f767aa
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-geolocation=$GEOCLUE \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
make -j1
|
||||
make install-strip DESTDIR=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
Loading…
Reference in a new issue