summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch')
-rw-r--r--meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch b/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
index 5dee61210a..f407bdd0be 100644
--- a/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
+++ b/meta/recipes-devtools/elfutils/files/0004-Disable-the-test-to-convert-euc-jp.patch
@@ -1,4 +1,4 @@
1From e4ede22e28eaa38d81667ddcb19541ece1a83cf8 Mon Sep 17 00:00:00 2001 1From cd36f34c722dd0babd7beb13c968aa0780c9f726 Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Tue, 15 Aug 2017 17:24:06 +0800 3Date: Tue, 15 Aug 2017 17:24:06 +0800
4Subject: [PATCH] Disable the test to convert euc-jp 4Subject: [PATCH] Disable the test to convert euc-jp
@@ -21,10 +21,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
21 1 file changed, 2 insertions(+) 21 1 file changed, 2 insertions(+)
22 22
23diff --git a/m4/iconv.m4 b/m4/iconv.m4 23diff --git a/m4/iconv.m4 b/m4/iconv.m4
24index a503646..299f1eb 100644 24index aa159c5..d16312b 100644
25--- a/m4/iconv.m4 25--- a/m4/iconv.m4
26+++ b/m4/iconv.m4 26+++ b/m4/iconv.m4
27@@ -159,6 +159,7 @@ int main () 27@@ -165,6 +165,7 @@ AC_DEFUN([AM_ICONV_LINK],
28 } 28 }
29 } 29 }
30 #endif 30 #endif
@@ -32,11 +32,11 @@ index a503646..299f1eb 100644
32 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is 32 /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is
33 provided. */ 33 provided. */
34 if (/* Try standardized names. */ 34 if (/* Try standardized names. */
35@@ -170,6 +171,7 @@ int main () 35@@ -176,6 +177,7 @@ AC_DEFUN([AM_ICONV_LINK],
36 /* Try HP-UX names. */ 36 /* Try HP-UX names. */
37 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) 37 && iconv_open ("utf8", "eucJP") == (iconv_t)(-1))
38 result |= 16; 38 result |= 16;
39+#endif 39+#endif
40 return result; 40 return result;
41 }]])], 41 ]])],
42 [am_cv_func_iconv_works=yes], 42 [am_cv_func_iconv_works=yes], ,