mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
55713b8c15
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
15 lines
329 B
Diff
15 lines
329 B
Diff
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
|