diff --git a/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch b/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch index f4e005d49d..ee785f1d1f 100644 --- a/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch +++ b/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch @@ -1,9 +1,12 @@ -Common subdirectories: iptables-1.4.12.2/extensions and iptables-1.4.12.2.patch/extensions -Common subdirectories: iptables-1.4.12.2/include and iptables-1.4.12.2.patch/include -Common subdirectories: iptables-1.4.12.2/iptables and iptables-1.4.12.2.patch/iptables -Common subdirectories: iptables-1.4.12.2/libipq and iptables-1.4.12.2.patch/libipq -Common subdirectories: iptables-1.4.12.2/libiptc and iptables-1.4.12.2.patch/libiptc -Common subdirectories: iptables-1.4.12.2/libxtables and iptables-1.4.12.2.patch/libxtables -Common subdirectories: iptables-1.4.12.2/m4 and iptables-1.4.12.2.patch/m4 -Common subdirectories: iptables-1.4.12.2/tests and iptables-1.4.12.2.patch/tests -Common subdirectories: iptables-1.4.12.2/utils and iptables-1.4.12.2.patch/utils +diff -Naur iptables-1.4.12.2/extensions/GNUmakefile.in iptables-1.4.12.2.patch/extensions/GNUmakefile.in +--- iptables-1.4.12.2/extensions/GNUmakefile.in 2012-01-02 18:19:09.000000000 +0100 ++++ iptables-1.4.12.2.patch/extensions/GNUmakefile.in 2012-01-07 03:27:07.237205980 +0100 +@@ -68,7 +68,7 @@ + + .PHONY: all install clean distclean FORCE + +-all: ${targets} check ++all: ${targets} + + check: ${targets} + @echo " CHECK unknown symbols in .so files"; \