Skip to content

Commit

Permalink
dovecot: disable ICU normalization support for FTS openwrt#4077
Browse files Browse the repository at this point in the history
Signed-off-by: Lucian Cristian <[email protected]>
  • Loading branch information
lucize committed Mar 7, 2017
1 parent 1c38b1d commit a00af84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mail/dovecot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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+= \
Expand Down

0 comments on commit a00af84

Please sign in to comment.