summaryrefslogtreecommitdiffstats
path: root/source/l/libssh/libssh.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libssh/libssh.SlackBuild')
-rwxr-xr-xsource/l/libssh/libssh.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libssh/libssh.SlackBuild b/source/l/libssh/libssh.SlackBuild
index 0a24568ae..75eac5914 100755
--- a/source/l/libssh/libssh.SlackBuild
+++ b/source/l/libssh/libssh.SlackBuild
@@ -27,7 +27,7 @@ PKGNAM=libssh
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-2}
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )