aboutsummaryrefslogtreecommitdiff
path: root/net/firewall
diff options
context:
space:
mode:
authorluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-09-29 06:23:05 +0000
committerluis <luis@370017ae-e619-0410-ac65-c121f96126d4>2007-09-29 06:23:05 +0000
commit42306de104555c27b8c94b2505355338abd0103d (patch)
treea198220ae7959e773708f1d31a3021e2e0c9f28c /net/firewall
parentf25e63145d4e967446d355df82bb75cecd881b42 (diff)
downloadslackbuilds-42306de104555c27b8c94b2505355338abd0103d.tar.gz
slackbuilds-42306de104555c27b8c94b2505355338abd0103d.tar.bz2
Updated: gnupg2 libassuan libgcrypt libgpg-error libpth libksba gtkwave iverilog ivi microcode_ctl arno-iptables-firewall pgpdump (Replaced -j6 by -j3)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1390 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'net/firewall')
-rwxr-xr-xnet/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild b/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild
index a3e3f868..27adb8c5 100755
--- a/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild
+++ b/net/firewall/arno-iptables-firewall/arno-iptables-firewall.SlackBuild
@@ -43,7 +43,7 @@ REPOS=${REPOS:=$TMP}
PREFIX=${PREFIX:=/usr}
PKG_SRC="$TMP/${SRC_NAME}_$SRC_VERSION"
CONF_OPTIONS=${CONF_OPTIONS:=}
-NUMJOBS=${NUMJOBS:=-j6}
+NUMJOBS=${NUMJOBS:=-j3}
# Set error codes (used by createpkg)
ERROR_WGET=31; ERROR_MAKE=32; ERROR_INSTALL=33