mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/dovecot: Add optional support for icu
Optional dependency added to fts plugin since Dovecot 2.2.17: http://hg.dovecot.org/dovecot-2.2/diff/b179bbd226e5/configure.ac Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d057715d58
commit
61a9a4cb29
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user