aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/conntrack-tools/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 10:19:26 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 10:19:26 +0000
commit372e3567672b457a0b20820c0b15b19f3d1a9784 (patch)
tree9c23f8d7cb2849c0541f20ae3405ef6c01bef6db /package/network/utils/conntrack-tools/patches
parentc5456d0cca139b6ba781d6637f517a8c7ff12ff0 (diff)
downloadmaster-187ad058-372e3567672b457a0b20820c0b15b19f3d1a9784.tar.gz
master-187ad058-372e3567672b457a0b20820c0b15b19f3d1a9784.tar.bz2
master-187ad058-372e3567672b457a0b20820c0b15b19f3d1a9784.zip
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45077 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/conntrack-tools/patches')
-rw-r--r--package/network/utils/conntrack-tools/patches/100-compile_fix.patch10
-rw-r--r--package/network/utils/conntrack-tools/patches/100-missing_include.patch10
2 files changed, 10 insertions, 10 deletions
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 <stdlib.h>
- #include "network.h"
-
- #include <libnetfilter_conntrack/libnetfilter_conntrack.h>
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 <stdint.h>
+ #include <netinet/in.h>
+ #include <net/if.h>
++#include <sys/select.h>
+
+ struct mcast_conf {
+ int ipproto;