Merge pull request #11328 from Rmys/master

iptables rebuild
This commit is contained in:
Rmys
2023-01-13 21:14:51 +03:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -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")
+2
View File
@@ -16,6 +16,7 @@
<BuildDependencies>
<Dependency>libmnl-devel</Dependency>
<Dependency>libpcap-devel</Dependency>
<Dependency>libnftnl-devel</Dependency>
<Dependency>libnfnetlink-devel</Dependency>
<Dependency>libnetfilter_conntrack-devel</Dependency>
</BuildDependencies>
@@ -33,6 +34,7 @@
<RuntimeDependencies>
<Dependency>libmnl</Dependency>
<Dependency>libpcap</Dependency>
<Dependency>libnftnl</Dependency>
<Dependency>libnfnetlink</Dependency>
<Dependency>libnetfilter_conntrack</Dependency>
</RuntimeDependencies>