From d70f34fdddaf9bb6da47359487fe7f9bea7a9ac9 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sat, 21 Jan 2012 22:27:32 +0800 Subject: iptables: upgrade to 1.4.12.2 This patch is to upgrade iptables to 1.4.12.2, and introduce a patch not to check unknown symbols. Otherwise, when it is compiled, it will report "libxtables.so.7" from LD_PRELOAD cannot be preloaded. (From OE-Core rev: 27ed7024cf2ee9c9f84246fd931bc390cb638851) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- .../iptables/iptables/GNUmakefile.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 meta/recipes-extended/iptables/iptables/GNUmakefile.patch (limited to 'meta/recipes-extended/iptables/iptables/GNUmakefile.patch') diff --git a/meta/recipes-extended/iptables/iptables/GNUmakefile.patch b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch new file mode 100644 index 0000000000..c60e84f0a2 --- /dev/null +++ b/meta/recipes-extended/iptables/iptables/GNUmakefile.patch @@ -0,0 +1,18 @@ +Don't check unknown symbols. + +Signed-off-by: Shane Wang + +Upstream-Status: Inappropriate [configuration] + +diff -r abb89394ce0c extensions/GNUmakefile.in +--- a/extensions/GNUmakefile.in Mon Jan 23 00:12:27 2012 +0800 ++++ b/extensions/GNUmakefile.in Mon Jan 23 00:38:32 2012 +0800 +@@ -68,7 +68,7 @@ + + .PHONY: all install clean distclean FORCE + +-all: ${targets} check ++all: ${targets} + + check: ${targets} + @echo " CHECK unknown symbols in .so files"; \ -- cgit v1.2.3-54-g00ecf