From 372e3567672b457a0b20820c0b15b19f3d1a9784 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Mar 2015 10:19:26 +0000 Subject: conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45077 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../utils/conntrack-tools/patches/100-compile_fix.patch | 10 ---------- .../utils/conntrack-tools/patches/100-missing_include.patch | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 package/network/utils/conntrack-tools/patches/100-compile_fix.patch create mode 100644 package/network/utils/conntrack-tools/patches/100-missing_include.patch (limited to 'package/network/utils/conntrack-tools/patches') diff --git a/package/network/utils/conntrack-tools/patches/100-compile_fix.patch b/package/network/utils/conntrack-tools/patches/100-compile_fix.patch deleted file mode 100644 index 492f88facc..0000000000 --- a/package/network/utils/conntrack-tools/patches/100-compile_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/parse.c -+++ b/src/parse.c -@@ -16,6 +16,7 @@ - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - */ - -+#include - #include "network.h" - - #include diff --git a/package/network/utils/conntrack-tools/patches/100-missing_include.patch b/package/network/utils/conntrack-tools/patches/100-missing_include.patch new file mode 100644 index 0000000000..a4c7f9b625 --- /dev/null +++ b/package/network/utils/conntrack-tools/patches/100-missing_include.patch @@ -0,0 +1,10 @@ +--- a/include/mcast.h ++++ b/include/mcast.h +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + struct mcast_conf { + int ipproto; -- cgit v1.2.3