summaryrefslogtreecommitdiffstats
path: root/source/d/libtool/libtool.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/libtool/libtool.SlackBuild')
-rwxr-xr-xsource/d/libtool/libtool.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/d/libtool/libtool.SlackBuild b/source/d/libtool/libtool.SlackBuild
index 2f5580074..cda26ea67 100755
--- a/source/d/libtool/libtool.SlackBuild
+++ b/source/d/libtool/libtool.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=libtool
VERSION=${VERSION:-$(echo libtool-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
BUILD=${BUILD:-9}
-NUMJOBS=${NUMJOBS:--j6}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then