diff --git a/network/filter/iptables/actions.py b/network/filter/iptables/actions.py index 852e184f48..415ac13043 100644 --- a/network/filter/iptables/actions.py +++ b/network/filter/iptables/actions.py @@ -10,13 +10,12 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.system("rm -f include/linux/types.h") + shelltools.system("rm -f include/linux/{kernel,types}.h") autotools.autoreconf("-fiv") autotools.configure("--sbindir=/sbin \ --libexecdir=/usr/lib \ --enable-bpf-compiler \ --enable-devel \ - --disable-nftables \ --enable-libipq \ --enable-shared \ --enable-static") diff --git a/network/filter/iptables/pspec.xml b/network/filter/iptables/pspec.xml index 399e1f5378..76ab1f4285 100644 --- a/network/filter/iptables/pspec.xml +++ b/network/filter/iptables/pspec.xml @@ -16,6 +16,7 @@ libmnl-devel libpcap-devel + libnftnl-devel libnfnetlink-devel libnetfilter_conntrack-devel @@ -33,6 +34,7 @@ libmnl libpcap + libnftnl libnfnetlink libnetfilter_conntrack