mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-14 19:59:55 +03:00
11 lines
322 B
Diff
11 lines
322 B
Diff
--- a/src/lib-charset/test-charset.c
|
|
+++ b/src/lib-charset/test-charset.c
|
|
@@ -159,7 +159,7 @@
|
|
static void (*const test_functions[])(void) = {
|
|
test_charset_is_utf8,
|
|
test_charset_utf8,
|
|
-#ifdef HAVE_ICONV
|
|
+#if 0 //def HAVE_ICONV
|
|
test_charset_iconv,
|
|
test_charset_iconv_crashes,
|
|
test_charset_iconv_utf7_state,
|