ports/core (2.4): iptables: applying CFLAGS now, thanks Danny Rawlins
commit 8d3125297bd88aac3a3ec4b3f2ab735787555f5e Author: Juergen Daubert <jue@jue.li> Date: Fri May 9 14:08:24 2008 +0200 iptables: applying CFLAGS now, thanks Danny Rawlins diff --git a/iptables/Pkgfile b/iptables/Pkgfile index 7a320d1..7369162 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -4,7 +4,7 @@ name=iptables version=1.4.0 -release=1 +release=2 source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) build () { @@ -16,6 +16,6 @@ build () { rm include/linux/netfilter_ipv6/ip6_tables.h # use the userland kernel-headers - make -j1 PREFIX=/usr KERNEL_DIR=/usr KBUILD_OUTPUT=/usr + make -j1 COPT_FLAGS="$CFLAGS" PREFIX=/usr KERNEL_DIR=/usr KBUILD_OUTPUT=/usr make PREFIX=/usr DESTDIR=$PKG install install-devel }
participants (1)
-
crux@crux.nu