mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 21:25:12 +02:00
build: iptables >= 1.4.5 is in fact required
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -12,7 +12,7 @@ in combination with the kernel's Kbuild system.
|
|||||||
Supported configurations for this release
|
Supported configurations for this release
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
* iptables >= 1.4.3
|
* iptables >= 1.4.5
|
||||||
|
|
||||||
* kernel-source >= 2.6.29
|
* kernel-source >= 2.6.29
|
||||||
with prepared build/output directory
|
with prepared build/output directory
|
||||||
|
@@ -22,7 +22,7 @@ fi
|
|||||||
|
|
||||||
AC_CHECK_HEADERS([linux/netfilter/x_tables.h], [],
|
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])])
|
[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)"
|
xtlibdir="$(pkg-config --variable=xtlibdir xtables)"
|
||||||
PKG_CHECK_MODULES([libmnl], [libmnl >= 1], [:], [:])
|
PKG_CHECK_MODULES([libmnl], [libmnl >= 1], [:], [:])
|
||||||
|
|
||||||
|
@@ -1,6 +1,9 @@
|
|||||||
|
|
||||||
HEAD
|
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)
|
v1.39 (2011-09-21)
|
||||||
|
Reference in New Issue
Block a user