a95d9e19c5
Extremely Naive Charset Analyser. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli <ebsi4711@gmail.com> [Peter: drop libiconv dep, tools patch, simplify host tools build] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Cc: gimli <ebsi4711@gmail.com> Cc: Bernd Kuhls <berndkuhls@hotmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
422 B
Diff
16 lines
422 B
Diff
libiconv.m4: Fix AM_ICONV macro usage
|
|
|
|
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
|
|
|
|
--- a/m4/libiconv.m4 2013-09-30 09:48:22.000000000 +0200
|
|
+++ b/m4/libiconv.m4 2014-01-18 12:56:32.634514555 +0100
|
|
@@ -17,7 +17,7 @@
|
|
dnl
|
|
|
|
dnl Use standard iconv test
|
|
-AM_ICONV
|
|
+m4_pattern_allow([AM_ICONV])
|
|
CONVERTER_LIBS="$CONVERTER_LIBS $LIBICONV"
|
|
|
|
dnl Compile iconvcap.c and run it to determine what encodings iconv actually
|