mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/torcs: Forced -j1 (parallel building seems broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
c2c8cf0a57
commit
5336d422f5
1 changed files with 5 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
PRGNAM=torcs
|
||||
VERSION=${VERSION:-1.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
|
@ -60,7 +60,10 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
# Cut away jobs number from the MAKEFLAGS
|
||||
MAKEFLAGS=$(echo "$MAKEFLAGS" | sed "s/-j[0-999]//g")
|
||||
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
make datainstall DESTDIR=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue