summaryrefslogtreecommitdiffstats
path: root/source/l/fluidsynth/fluidsynth.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/fluidsynth/fluidsynth.SlackBuild')
-rwxr-xr-xsource/l/fluidsynth/fluidsynth.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/fluidsynth/fluidsynth.SlackBuild b/source/l/fluidsynth/fluidsynth.SlackBuild
index 2ce8c3f8e..43f83bb81 100755
--- a/source/l/fluidsynth/fluidsynth.SlackBuild
+++ b/source/l/fluidsynth/fluidsynth.SlackBuild
@@ -28,7 +28,7 @@ PKGNAM=fluidsynth
VERSION=$(printf ${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:
if [ -z "$ARCH" ]; then