summaryrefslogtreecommitdiffstats
path: root/source/l/libasyncns/libasyncns.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libasyncns/libasyncns.SlackBuild')
-rwxr-xr-xsource/l/libasyncns/libasyncns.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libasyncns/libasyncns.SlackBuild b/source/l/libasyncns/libasyncns.SlackBuild
index 074a0387f..a2a4d390b 100755
--- a/source/l/libasyncns/libasyncns.SlackBuild
+++ b/source/l/libasyncns/libasyncns.SlackBuild
@@ -31,7 +31,7 @@ PKGNAM=libasyncns
VERSION=$(ls libasyncns-*.tar.?z* | 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 )