X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=6382f74d56b358a2987e0dd7b107db296b0e3be3;hb=923ce478b97ad7666955c164974c90b6bdd2d0f6;hp=930e6fdae32ef09ba5bd206bc7201417aa4f8b39;hpb=ec8896d652f975345211ce6e20f329409ba09deb;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index 930e6fd..6382f74 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -2,23 +2,20 @@ # URL: http://www.iptables.org/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: name=iptables -version=1.4.10 +version=1.6.2 release=1 -source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) +source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) build () { cd $name-$version - ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --libexecdir=/usr/lib \ - --enable-libipq - + --enable-libipq \ + --disable-nftables make make DESTDIR=$PKG install }