commit a00af843750043d59906a5712254298ddfb30b82
parent 1c38b1d22f4e83c5b46c5ee37cd110cb19ff5a85
Author: Lucian Cristian <lucian.cristian@gmail.com>
Date: Wed, 8 Mar 2017 01:37:30 +0200
dovecot: disable ICU normalization support for FTS #4077
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
@@ -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+= \