academic/calc: Forced to use -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-19 21:48:40 +00:00 committed by Willy Sudiarto Raharjo
parent 8d5a1f1b00
commit 19d6509d14

View file

@ -70,7 +70,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
make \
make -j1 \
EXTRA_CFLAGS="$SLKCFLAGS" \
SCRIPTDIR=/usr/libexec/calc \
LIBDIR=/usr/lib${LIBDIRSUFFIX} \