summaryrefslogtreecommitdiff
path: root/user/dovecot/skip-iconv-check.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-05-06 00:53:22 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-05-06 00:53:22 +0000
commit507cfde0847515e7529b110e69ef2322a5cf37f4 (patch)
treeb8ece634ba552bad49e2d395bbb89d3430c5a028 /user/dovecot/skip-iconv-check.patch
parent7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1 (diff)
parented2e5d142804bd69d296c39c6b861b8401718469 (diff)
downloadpackages-507cfde0847515e7529b110e69ef2322a5cf37f4.tar.gz
packages-507cfde0847515e7529b110e69ef2322a5cf37f4.tar.bz2
packages-507cfde0847515e7529b110e69ef2322a5cf37f4.tar.xz
packages-507cfde0847515e7529b110e69ef2322a5cf37f4.zip
Merge branch 'user/dovecot' into 'master'
user/dovecot: import from Alpine with PAM See merge request adelie/packages!442
Diffstat (limited to 'user/dovecot/skip-iconv-check.patch')
-rw-r--r--user/dovecot/skip-iconv-check.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/dovecot/skip-iconv-check.patch b/user/dovecot/skip-iconv-check.patch
new file mode 100644
index 000000000..bb1002c84
--- /dev/null
+++ b/user/dovecot/skip-iconv-check.patch
@@ -0,0 +1,11 @@
+--- 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,