summaryrefslogtreecommitdiffstats
path: root/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/libnetfilter_log/libnetfilter_log.SlackBuild')
-rwxr-xr-xsource/n/libnetfilter_log/libnetfilter_log.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/libnetfilter_log/libnetfilter_log.SlackBuild b/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
index 20fecfca3..56ac99c42 100755
--- a/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
+++ b/source/n/libnetfilter_log/libnetfilter_log.SlackBuild
@@ -28,7 +28,7 @@ PKGNAM=libnetfilter_log
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