From 5c5ddf22be7d57cf1c8f04ea5510e3d59089afea Mon Sep 17 00:00:00 2001 From: Rmys Date: Fri, 13 Jan 2023 21:13:07 +0300 Subject: [PATCH] iptables rebuild --- network/filter/iptables/actions.py | 3 +-- network/filter/iptables/pspec.xml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) 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