xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/enca/enca/libenca-003-iconv.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1From 7e144495093187143a3d1589f74c2eac37e4d790 Mon Sep 17 00:00:00 2001
2From: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
3Date: Sun, 4 May 2014 15:49:28 +0200
4Subject: [PATCH] libiconv.m4: Fix AM_ICONV macro usage
5
6This patch come straight from the Buildroot source tree.
7
8Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
9Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
10---
11 m4/libiconv.m4 | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/m4/libiconv.m4 b/m4/libiconv.m4
15index fc8c6f8..3a59549 100644
16--- a/m4/libiconv.m4
17+++ b/m4/libiconv.m4
18@@ -17,7 +17,7 @@ AC_REQUIRE([AC_C_CONST])dnl
19 dnl
20
21 dnl Use standard iconv test
22-AM_ICONV
23+m4_pattern_allow([AM_ICONV])
24 CONVERTER_LIBS="$CONVERTER_LIBS $LIBICONV"
25
26 dnl Compile iconvcap.c and run it to determine what encodings iconv actually
27--
281.9.3
29