X-Git-Url: http://gitweb/?a=blobdiff_plain;f=iptables%2FPkgfile;h=36fc5caf6f06220188effcc0b69307c2d9cb1e92;hb=5cd724ef0dc4e959c40256722e62b0f839c9eba8;hp=930e6fdae32ef09ba5bd206bc7201417aa4f8b39;hpb=ec8896d652f975345211ce6e20f329409ba09deb;p=crossrootfs.git diff --git a/iptables/Pkgfile b/iptables/Pkgfile index 930e6fd..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.10 +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 }