diff options
Diffstat (limited to 'source/n/dhcp/dhcp.SlackBuild')
-rwxr-xr-x | source/n/dhcp/dhcp.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/dhcp/dhcp.SlackBuild b/source/n/dhcp/dhcp.SlackBuild index 62e65e558..9f4054f2b 100755 --- a/source/n/dhcp/dhcp.SlackBuild +++ b/source/n/dhcp/dhcp.SlackBuild @@ -30,7 +30,7 @@ BUILD=${BUILD:-2} PKG_VERSION=$(echo $VERSION | tr - _) -NUMJOBS=${NUMJOBS:-" -j7 "} +NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |