summaryrefslogtreecommitdiffstats
path: root/source/l/LibRaw/LibRaw.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/LibRaw/LibRaw.SlackBuild')
-rwxr-xr-xsource/l/LibRaw/LibRaw.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild
index 1b8aa75a0..c4f59f639 100755
--- a/source/l/LibRaw/LibRaw.SlackBuild
+++ b/source/l/LibRaw/LibRaw.SlackBuild
@@ -28,7 +28,7 @@ VERSION=${VERSION:-0.18.12}
DEMOSAIC=${DEMOSAIC:-0.18.8}
BUILD=${BUILD:-1}
-NUMJOBS=${NUMJOBS:--j7}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# Automatically determine the architecture we're building on:
MARCH=$( uname -m )