dovecot: disable ICU normalization support for FTS #4077
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
This commit is contained in:
parent
1c38b1d22f
commit
a00af84375
1 changed files with 2 additions and 1 deletions
|
@ -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+= \
|
||||
|
|
Loading…
Reference in a new issue