summaryrefslogtreecommitdiffstats
path: root/iptables/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'iptables/Pkgfile')
-rwxr-xr-xiptables/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/iptables/Pkgfile b/iptables/Pkgfile
index 9a1e814cc..3e6319a12 100755
--- a/iptables/Pkgfile
+++ b/iptables/Pkgfile
@@ -5,10 +5,11 @@
# Depends on:
name=iptables
-version=1.4.10
-release=3
+version=1.4.12.2
+release=1
source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2
- rc.iptables)
+ rc.iptables
+ fix-build-with-3.2.patch)
build() {
source /etc/blfs-bootscripts
@@ -16,6 +17,7 @@ build() {
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
+ patch -p1 < ../fix-build-with-3.2.patch
./configure --prefix=/usr \
--exec_prefix="" \
--libdir=/lib \