diff options
-rw-r--r-- | system/john/john.SlackBuild | 2 |
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 |