From 2a63d5159854301617e7637f502969a9825ac070 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 12 Aug 2012 18:38:46 +0000 Subject: [PATCH] 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 000000000..0c16d9720 --- /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