iptables rebuild
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user