]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
build: iptables >= 1.4.5 is in fact required
authorJan Engelhardt <jengelh@medozas.de>
Tue, 1 Nov 2011 23:17:54 +0000 (00:17 +0100)
committerJan Engelhardt <jengelh@medozas.de>
Tue, 1 Nov 2011 23:17:54 +0000 (00:17 +0100)
INSTALL
configure.ac
doc/changelog.txt

diff --git a/INSTALL b/INSTALL
index 94616ca56bc19eaedeb20fe833ef23a729b6a77c..ab3af1be48593a432f2a6911d69c612dafc0042c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -12,7 +12,7 @@ in combination with the kernel's Kbuild system.
 Supported configurations for this release
 =========================================
 
-       * iptables >= 1.4.3
+       * iptables >= 1.4.5
 
        * kernel-source >= 2.6.29
          with prepared build/output directory
index c51a6b4b65f197c657837a6039fc040e09bf504e..c7431a4a5ace45c07274a6117b8039a055e9cbcd 100644 (file)
@@ -22,7 +22,7 @@ fi
 
 AC_CHECK_HEADERS([linux/netfilter/x_tables.h], [],
        [AC_MSG_ERROR([You need to have linux/netfilter/x_tables.h, see INSTALL file for details])])
-PKG_CHECK_MODULES([libxtables], [xtables >= 1.4.3])
+PKG_CHECK_MODULES([libxtables], [xtables >= 1.4.5])
 xtlibdir="$(pkg-config --variable=xtlibdir xtables)"
 PKG_CHECK_MODULES([libmnl], [libmnl >= 1], [:], [:])
 
index 655e547947a4f838fd3ad392c7842e05e838ae06..c5298ff204fd8c9c46665b26d82706736ad4c0a1 100644 (file)
@@ -1,6 +1,9 @@
 
 HEAD
 ====
+Fixes:
+- build: the code actually requires at least iptables 1.4.5 (would yield a
+  compile error otherwise), make sure configure checks for it; update INSTALL
 
 
 v1.39 (2011-09-21)