X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=36fc5caf6f06220188effcc0b69307c2d9cb1e92;hb=ede7f49b9bb6468da6a93b39fc441142f9608097;hp=f78b717f8919c1b6af4c1ff9eb1cd88348564b9d;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index f78b717..36fc5ca 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.1 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 }