dovecot: disable ICU normalization support for FTS #4077
authorLucian Cristian <lucian.cristian@gmail.com>
Tue, 7 Mar 2017 23:37:30 +0000 (01:37 +0200)
committerLucian Cristian <lucian.cristian@gmail.com>
Tue, 7 Mar 2017 23:37:30 +0000 (01:37 +0200)
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
mail/dovecot/Makefile

index e7df887d21d612c895d53a9f674b23bca24f519c..aad6e685352eb151c981b6cef45131e2621ba408 100644 (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+= \