X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=6382f74d56b358a2987e0dd7b107db296b0e3be3;hb=4517995d45df1b07db8b37ebb57c8204584f6855;hp=f78b717f8919c1b6af4c1ff9eb1cd88348564b9d;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index f78b717..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.5 +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 }