summaryrefslogtreecommitdiffstats
path: root/source/l/libunistring/libunistring.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/l/libunistring/libunistring.SlackBuild')
-rwxr-xr-xsource/l/libunistring/libunistring.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libunistring/libunistring.SlackBuild b/source/l/libunistring/libunistring.SlackBuild
index 8565e584b..70740fb25 100755
--- a/source/l/libunistring/libunistring.SlackBuild
+++ b/source/l/libunistring/libunistring.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" = "i386" ]; then
SLKCFLAGS="-O2 -march=i386 -mcpu=i686"