summaryrefslogtreecommitdiffstats
path: root/source/l/phonon-gstreamer/phonon-gstreamer.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/phonon-gstreamer/phonon-gstreamer.SlackBuild')
-rwxr-xr-xsource/l/phonon-gstreamer/phonon-gstreamer.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/phonon-gstreamer/phonon-gstreamer.SlackBuild b/source/l/phonon-gstreamer/phonon-gstreamer.SlackBuild
index 6655ad2b8..4aa86b36e 100755
--- a/source/l/phonon-gstreamer/phonon-gstreamer.SlackBuild
+++ b/source/l/phonon-gstreamer/phonon-gstreamer.SlackBuild
@@ -29,7 +29,7 @@ SRCNAM=phonon-backend-gstreamer
VERSION=${VERSION:-$(echo $SRCNAM-*.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 )