diff options
author | Cem Keylan <cem@ckyln.com> | 2022-05-16 19:18:26 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-05-16 19:19:44 +0200 |
commit | c9d4ecc16c7c7ce705e2ff220b5f642514b872d6 (patch) | |
tree | 16c85a0f792974adb302c0c795bc5eef9306f90a /extra/iptables/build | |
parent | c91ad954eae954cc908df325676c15ffc83504ad (diff) | |
download | repository-c9d4ecc16c7c7ce705e2ff220b5f642514b872d6.tar.gz |
iptables: bump to 1.8.8
Diffstat (limited to 'extra/iptables/build')
-rwxr-xr-x | extra/iptables/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extra/iptables/build b/extra/iptables/build index 33e64b1a..84186e0f 100755 --- a/extra/iptables/build +++ b/extra/iptables/build @@ -11,5 +11,8 @@ export LDFLAGS="$LDFLAGS -static" --with-xtlibdir=/usr/lib/xtables \ --disable-nftables +clsed '/^#include <netinet\/ether.h>/d' libxtables/xtables.c +clsed 's/u_int16_t/uint16_t/g' iptables/xshared.h + make LDFLAGS="$LDFLAGS -all-static" make DESTDIR="$1" install |