summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2013-11-24 23:21:07 +0100
committer Heinz Wiesinger2013-11-25 18:19:37 +0100
commitd2ebc400ae122f7a3e58e1ce6ae390fee2dbf300 (patch)
tree15d08a6db430d74ee19624ebcb998b2d1a31dfe4
parentf4eef8d5c1050f5ed7c490dc1e9b1c31be60c729 (diff)
downloadslackbuilds-d2ebc400ae122f7a3e58e1ce6ae390fee2dbf300.tar.gz
system/john: Forced to use -j1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/john/john.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/john/john.SlackBuild b/system/john/john.SlackBuild
index d451cf12c1..035bc8dd1a 100644
--- a/system/john/john.SlackBuild
+++ b/system/john/john.SlackBuild
@@ -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