From 11d1fbb7c3009c1649a099c130ef6520838c91c8 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Tue, 18 Apr 2017 22:46:09 +0300 Subject: [PATCH] dovecot: disable ICU normalization support for FTS #4077 Signed-off-by: Lucian Cristian (cherry picked from commit a00af843750043d59906a5712254298ddfb30b82) --- mail/dovecot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index e7df887d21..aad6e68535 100644 --- 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+= \