diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:19:26 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-28 10:19:26 +0000 |
commit | 2d13d8dc767142e4b75aabd9264e2749518b1d28 (patch) | |
tree | 0097293029d564894f98ef72d7b8e910a3371df6 /package/network/utils/conntrack-tools/patches/100-compile_fix.patch | |
parent | 5441f566859a350f970d5aad510b950ee6d9f502 (diff) | |
download | mtk-20170518-2d13d8dc767142e4b75aabd9264e2749518b1d28.zip mtk-20170518-2d13d8dc767142e4b75aabd9264e2749518b1d28.tar.gz mtk-20170518-2d13d8dc767142e4b75aabd9264e2749518b1d28.tar.bz2 |
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45077
Diffstat (limited to 'package/network/utils/conntrack-tools/patches/100-compile_fix.patch')
-rw-r--r-- | package/network/utils/conntrack-tools/patches/100-compile_fix.patch | 10 |
1 files changed, 0 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 492f88f..0000000 --- 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> |