system/john: Forced to use -j1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-24 22:21:07 +00:00 committed by Heinz Wiesinger
parent f4eef8d5c1
commit d2ebc400ae
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ mkdir -p $PKG/usr/share/john
cp -a run/* $PKG/usr/share/john
rm $PKG/usr/share/john/mailer
make -C src clean $TARGET CFLAGS="-DJOHN_SYSTEMWIDE=1 -c -Wall -O2 -fomit-frame-pointer"
make -j1 -C src clean $TARGET CFLAGS="-DJOHN_SYSTEMWIDE=1 -c -Wall -O2 -fomit-frame-pointer"
# Merge /usr/share/dict/words into password list?
if [ "$MERGEWORDS" = "1" ]; then