ports/core (2.4): iptables: don't remove header files.
commit 090455e24d8cfcb87fd3f38d5fe35037b463ea17 Author: Tilman Sauerbeck <tilman@crux.nu> Date: Mon Jun 23 18:52:38 2008 +0200 iptables: don't remove header files. That workaround isn't needed anymore. We used to remove these headers because they contained broken include statements which would break the build. diff --git a/iptables/Pkgfile b/iptables/Pkgfile index 8307260..1c250fc 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -4,17 +4,12 @@ name=iptables version=1.4.1.1 -release=1 +release=2 source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) build () { cd $name-$version - # we do not want/need these kernel-headers included - # in the iptables sources. - rm include/linux/netfilter_ipv4/ip_tables.h - rm include/linux/netfilter_ipv6/ip6_tables.h - ./configure --prefix=/usr --mandir=/usr/man --libexecdir=/usr/lib \ --enable-libipq
participants (1)
-
crux@crux.nu