dovecot: disable ICU normalization support for FTS #4077

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
Lucian Cristian 2017-03-08 01:37:30 +02:00
parent 1c38b1d22f
commit a00af84375
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+= \