summaryrefslogtreecommitdiffstats
path: root/source/l/utf8proc/utf8proc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/utf8proc/utf8proc.SlackBuild')
-rwxr-xr-xsource/l/utf8proc/utf8proc.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/utf8proc/utf8proc.SlackBuild b/source/l/utf8proc/utf8proc.SlackBuild
index ae2110291..342a1db25 100755
--- a/source/l/utf8proc/utf8proc.SlackBuild
+++ b/source/l/utf8proc/utf8proc.SlackBuild
@@ -45,7 +45,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
exit 0
fi
-NUMJOBS=${NUMJOBS:-" -j7 "}
+NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"