From 0712fe73b026d73202536f97273d0aeefc7fd38f Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 1 Mar 2022 01:11:49 +0100 Subject: iptables: fix package --- extra/iptables/build | 10 +++++++--- extra/iptables/checksums | 3 ++- extra/iptables/version | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) (limited to 'extra/iptables') diff --git a/extra/iptables/build b/extra/iptables/build index 68ed828e..33e64b1a 100755 --- a/extra/iptables/build +++ b/extra/iptables/build @@ -1,11 +1,15 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ - --sbindir=/usr/sbin \ + --sbindir=/usr/bin \ + --disable-shared \ + --enable-static \ --enable-libipq \ - --with-xtlibdir=/lib/xtables \ + --with-xtlibdir=/usr/lib/xtables \ --disable-nftables -make +make LDFLAGS="$LDFLAGS -all-static" make DESTDIR="$1" install diff --git a/extra/iptables/checksums b/extra/iptables/checksums index ecfb259f..f9b38590 100644 --- a/extra/iptables/checksums +++ b/extra/iptables/checksums @@ -1 +1,2 @@ -c109c96bb04998cd44156622d36f8e04b140701ec60531a10668cfdff5e8d8f0 +%BLAKE3 +c1411b529b73951975e84a1b53e04f05b59ff866d7d4108981e4fd16416205ca iptables-1.8.7.tar.bz2 diff --git a/extra/iptables/version b/extra/iptables/version index 6b7ba1c3..03a11075 100644 --- a/extra/iptables/version +++ b/extra/iptables/version @@ -1 +1 @@ -1.8.7 1 +1.8.7 2 -- cgit v1.2.3