summaryrefslogtreecommitdiffstats
path: root/source/n/nftables/nftables.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/nftables/nftables.SlackBuild')
-rwxr-xr-xsource/n/nftables/nftables.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/n/nftables/nftables.SlackBuild b/source/n/nftables/nftables.SlackBuild
index ca860fb5e..8dbb9e4e1 100755
--- a/source/n/nftables/nftables.SlackBuild
+++ b/source/n/nftables/nftables.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=nftables
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -91,6 +91,8 @@ LIBS="-lncursesw" \
--with-python-bin=python3 \
--with-xtables \
--disable-static \
+ --with-json \
+ --enable-python \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1