summaryrefslogtreecommitdiffstats
path: root/source/n/openssl10/openssl10.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/openssl10/openssl10.SlackBuild')
-rwxr-xr-xsource/n/openssl10/openssl10.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/openssl10/openssl10.SlackBuild b/source/n/openssl10/openssl10.SlackBuild
index c718ca8c6..ead064991 100755
--- a/source/n/openssl10/openssl10.SlackBuild
+++ b/source/n/openssl10/openssl10.SlackBuild
@@ -55,7 +55,7 @@ if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
fi
# Parallel build doesn't link properly.
-#NUMJOBS=${NUMJOBS:--j6}
+#NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
# So that ls has the right field counts for parsing...
export LC_ALL=C