summaryrefslogtreecommitdiffstats
path: root/source/l/libvorbis/libvorbis.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libvorbis/libvorbis.SlackBuild')
-rwxr-xr-xsource/l/libvorbis/libvorbis.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libvorbis/libvorbis.SlackBuild b/source/l/libvorbis/libvorbis.SlackBuild
index a696df217..412a2d408 100755
--- a/source/l/libvorbis/libvorbis.SlackBuild
+++ b/source/l/libvorbis/libvorbis.SlackBuild
@@ -26,7 +26,7 @@ PKGNAM=libvorbis
VERSION=${VERSION:-$(echo libvorbis-*.tar.?z* | cut -d - -f 2 | rev | cut -f 3- -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