dovecot: disable ICU normalization support for FTS #4077

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>

(cherry picked from commit a00af84375)
This commit is contained in:
Lucian Cristian 2017-04-18 22:46:09 +03:00 committed by Hannu Nyman
parent 8fcccba5b1
commit 11d1fbb7c3
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ CONFIGURE_ARGS += \
--with-moduledir=/usr/lib/dovecot/modules \
--with-notify=dnotify \
--without-lzma \
--without-lz4
--without-lz4 \
--with-icu=no
ifneq ($(strip $(CONFIG_DOVECOT_LDAP)),)
CONFIGURE_ARGS+= \