summaryrefslogtreecommitdiffstats
path: root/source/n/pinentry/pinentry.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/pinentry/pinentry.SlackBuild')
-rwxr-xr-xsource/n/pinentry/pinentry.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/pinentry/pinentry.SlackBuild b/source/n/pinentry/pinentry.SlackBuild
index 2e55bb7fa..b37c67185 100755
--- a/source/n/pinentry/pinentry.SlackBuild
+++ b/source/n/pinentry/pinentry.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"