summaryrefslogtreecommitdiffstats
path: root/source/l/xapian-core/xapian-core.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/xapian-core/xapian-core.SlackBuild')
-rwxr-xr-xsource/l/xapian-core/xapian-core.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/xapian-core/xapian-core.SlackBuild b/source/l/xapian-core/xapian-core.SlackBuild
index b461bf624..fd2c7d7d7 100755
--- a/source/l/xapian-core/xapian-core.SlackBuild
+++ b/source/l/xapian-core/xapian-core.SlackBuild
@@ -27,7 +27,7 @@ PKGNAM=xapian-core
VERSION=${VERSION:-$(echo $PKGNAM-*.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 )