diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-30 11:31:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-11-30 11:32:06 +0000 |
commit | 913506774d337b69de3b5302f3044050915e2390 (patch) | |
tree | 2c51742006501512c31e08567976be3dff29a1fe /main/dovecot/skip-iconv-check.patch | |
parent | 7703b651d38a212fafecd4ce63c24fb2fe0ad1f6 (diff) | |
download | aports-913506774d337b69de3b5302f3044050915e2390.tar.bz2 aports-913506774d337b69de3b5302f3044050915e2390.tar.xz |
main/dovecot: enable tests
Diffstat (limited to 'main/dovecot/skip-iconv-check.patch')
-rw-r--r-- | main/dovecot/skip-iconv-check.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/dovecot/skip-iconv-check.patch b/main/dovecot/skip-iconv-check.patch new file mode 100644 index 0000000000..0b8ad39bdc --- /dev/null +++ b/main/dovecot/skip-iconv-check.patch @@ -0,0 +1,13 @@ +diff --git a/src/lib-charset/test-charset.c b/src/lib-charset/test-charset.c +index 68632e1..36fd092 100644 +--- a/src/lib-charset/test-charset.c ++++ b/src/lib-charset/test-charset.c +@@ -159,7 +159,7 @@ int main(void) + static void (*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, |