summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/dovecot/dovecot.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/dovecot/dovecot.mk b/package/dovecot/dovecot.mk
index 3b4f6d138e..58666d03b2 100644
--- a/package/dovecot/dovecot.mk
+++ b/package/dovecot/dovecot.mk
@@ -40,6 +40,13 @@ else
DOVECOT_CONF_OPTS += --without-bzlib
endif
+ifeq ($(BR2_PACKAGE_ICU),y)
+DOVECOT_CONF_OPTS += --with-icu
+DOVECOT_DEPENDENCIES += icu
+else
+DOVECOT_CONF_OPTS += --without-icu
+endif
+
ifeq ($(BR2_PACKAGE_LIBCAP),y)
DOVECOT_CONF_OPTS += --with-libcap
DOVECOT_DEPENDENCIES += libcap
OpenPOWER on IntegriCloud