From c392f9a179824ee3b464d11b606a967fe8eec882 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 12 Aug 2012 18:38:46 +0000 Subject: [PATCH] [packages] xtables-addons breaks for powerpc due to missing csum_ipv6_magic() SVN-Revision: 33149 --- .../patches/005-powerpc_includes.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 net/xtables-addons/patches/005-powerpc_includes.patch diff --git a/net/xtables-addons/patches/005-powerpc_includes.patch b/net/xtables-addons/patches/005-powerpc_includes.patch new file mode 100644 index 0000000000..0c16d9720b --- /dev/null +++ b/net/xtables-addons/patches/005-powerpc_includes.patch @@ -0,0 +1,12 @@ +Index: xtables-addons-1.42/extensions/xt_ECHO.c +=================================================================== +--- xtables-addons-1.42.orig/extensions/xt_ECHO.c 2012-08-12 20:33:11.000000000 +0200 ++++ xtables-addons-1.42/extensions/xt_ECHO.c 2012-08-12 20:33:24.000000000 +0200 +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + #include "compat_xtables.h" + + static unsigned int -- 2.30.2