diff options
author | Lee Starnes <lee@canned-death.us> | 2020-05-06 00:53:22 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2020-05-06 00:53:22 +0000 |
commit | ed2e5d142804bd69d296c39c6b861b8401718469 (patch) | |
tree | b8ece634ba552bad49e2d395bbb89d3430c5a028 /user/dovecot/skip-iconv-check.patch | |
parent | 7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1 (diff) | |
download | packages-ed2e5d142804bd69d296c39c6b861b8401718469.tar.gz packages-ed2e5d142804bd69d296c39c6b861b8401718469.tar.bz2 packages-ed2e5d142804bd69d296c39c6b861b8401718469.tar.xz packages-ed2e5d142804bd69d296c39c6b861b8401718469.zip |
user/dovecot: review fixes
- move default SSL key and cert stuff to a patch
- use auth-system.conf instead of auth-passwdfile.conf because we have PAM
- explain manual removal of *.la
- other Adelification fixes
Diffstat (limited to 'user/dovecot/skip-iconv-check.patch')
-rw-r--r-- | user/dovecot/skip-iconv-check.patch | 11 |
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, |