Browse Source

dovecot: disable ICU normalization support for FTS #4077

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
lilik-openwrt-22.03
Lucian Cristian 7 years ago
parent
commit
a00af84375
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mail/dovecot/Makefile

+ 2
- 1
mail/dovecot/Makefile 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+= \


Loading…
Cancel
Save