summaryrefslogtreecommitdiffstats
path: root/source/n/libnfnetlink/libnfnetlink.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/libnfnetlink/libnfnetlink.SlackBuild')
-rwxr-xr-xsource/n/libnfnetlink/libnfnetlink.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/libnfnetlink/libnfnetlink.SlackBuild b/source/n/libnfnetlink/libnfnetlink.SlackBuild
index 8d3a1446d..a8c3edd91 100755
--- a/source/n/libnfnetlink/libnfnetlink.SlackBuild
+++ b/source/n/libnfnetlink/libnfnetlink.SlackBuild
@@ -28,7 +28,7 @@ PKGNAM=libnfnetlink
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:
if [ -z "$ARCH" ]; then