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.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/nftables/nftables.SlackBuild b/source/n/nftables/nftables.SlackBuild
index 292d1e6f4..d6bed8a4d 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:-4}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -93,6 +93,7 @@ LIBS="-lncursesw" \
--disable-static \
--with-json \
--enable-python \
+ --with-cli=readline \
--build=$ARCH-slackware-linux || exit 1
make $NUMJOBS || make || exit 1