aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-08-12 10:05:55 +0800
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-19 20:43:30 -0400
commit55713b8c15cec00c01b4924ee60f13753c7d5354 (patch)
treef56ffcb0ce59fc63d5f1cb514ddeab49156e394a /meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
parent9640f435098c0a60aa270e8105fa927567492988 (diff)
downloadmeta-openembedded-contrib-55713b8c15cec00c01b4924ee60f13753c7d5354.tar.gz
inetutils: 1.9.2 -> 1.9.4
Upgrade inetutils from 1.9.2 to 1.9.4. * add homepage * update inetutils/version.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Conflicts: meta-networking/recipes-connectivity/inetutils/inetutils/telnetd-Fix-deadlock-on-cleanup.patch
Diffstat (limited to 'meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch')
-rw-r--r--meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
new file mode 100644
index 0000000000..b13bb9229f
--- /dev/null
+++ b/meta-networking/recipes-connectivity/inetutils/inetutils/inetutils-1.8-0003-wchar.patch
@@ -0,0 +1,14 @@
+Upstream-Status: Pending
+
+--- inetutils-1.8/lib/wchar.in.h
++++ inetutils-1.8/lib/wchar.in.h
+@@ -70,6 +70,9 @@
+ /* The include_next requires a split double-inclusion guard. */
+ #if @HAVE_WCHAR_H@
+ # @INCLUDE_NEXT@ @NEXT_WCHAR_H@
++#else
++# include <stddef.h>
++# define MB_CUR_MAX 1
+ #endif
+
+ #undef _GL_ALREADY_INCLUDING_WCHAR_H