mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
libwnck3: Remove NUMJOBS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
parent
bc1b583f67
commit
5cdb003a5d
1 changed files with 1 additions and 3 deletions
4
deps/libwnck3/libwnck3.SlackBuild
vendored
4
deps/libwnck3/libwnck3.SlackBuild
vendored
|
@ -40,8 +40,6 @@ fi
|
|||
|
||||
wget -c https://download.gnome.org/sources/$SRCNAM/3.24/$SRCNAM-$VERSION.tar.xz
|
||||
|
||||
NUMJOBS=${NUMJOBS:-" -j8 "}
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/msb}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
@ -94,7 +92,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-introspection=yes \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make $NUMJOBS || make
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
# Don't ship .la files:
|
||||
|
|
Loading…
Reference in a new issue