diff --git a/network/filter/iptables/actions.py b/network/filter/iptables/actions.py index 354553c210..0b358587e7 100644 --- a/network/filter/iptables/actions.py +++ b/network/filter/iptables/actions.py @@ -10,9 +10,10 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): + shelltools.system("rm -f include/linux/types.h") autotools.configure("--sbindir=/sbin \ --libexecdir=/usr/lib \ - --without-kernel \ + --enable-bpf-compiler \ --enable-devel \ --disable-nftables \ --enable-libipq \ diff --git a/network/filter/iptables/pspec.xml b/network/filter/iptables/pspec.xml index 7f61568da7..bb2497c60d 100644 --- a/network/filter/iptables/pspec.xml +++ b/network/filter/iptables/pspec.xml @@ -14,6 +14,8 @@ Contains iptables firewall, NAT and packet mangling tools. https://www.netfilter.org/projects/iptables/files/iptables-1.8.7.tar.bz2 + libmnl-devel + libpcap-devel libnfnetlink-devel @@ -28,6 +30,8 @@ iptables + libmnl + libpcap libnfnetlink @@ -62,7 +66,7 @@ - 2021-07-02 + 2021-07-19 1.8.7 Version bump. Mustafa Cinasal