2014-10-29 21:14:04 +01:00
|
|
|
config BR2_PACKAGE_DOVECOT
|
|
|
|
bool "dovecot"
|
2015-04-23 21:22:34 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2014-10-29 21:14:04 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2016-12-12 07:15:43 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
2014-10-29 21:14:04 +01:00
|
|
|
help
|
|
|
|
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-
|
|
|
|
like systems, written with security primarily in mind. Dovecot is an
|
|
|
|
excellent choice for both small and large installations. It's fast,
|
|
|
|
simple to set up, requires no special administration and it uses very
|
|
|
|
little memory.
|
|
|
|
|
|
|
|
http://www.dovecot.org
|
|
|
|
|
|
|
|
if BR2_PACKAGE_DOVECOT
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DOVECOT_MYSQL
|
|
|
|
bool "mysql support"
|
|
|
|
select BR2_PACKAGE_MYSQL
|
2015-02-04 01:34:11 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # mysql
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
|
2014-10-29 21:14:04 +01:00
|
|
|
help
|
|
|
|
Enable MySQL support.
|
|
|
|
|
|
|
|
comment "mysql support needs a toolchain w/ C++, threads"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_DOVECOT_SQLITE
|
|
|
|
bool "sqlite support"
|
|
|
|
select BR2_PACKAGE_SQLITE
|
|
|
|
help
|
|
|
|
Enable SQLite support.
|
|
|
|
|
2014-10-29 21:14:05 +01:00
|
|
|
source package/dovecot-pigeonhole/Config.in
|
|
|
|
|
2014-10-29 21:14:04 +01:00
|
|
|
endif # BR2_PACKAGE_DOVECOT
|
2015-04-23 21:22:34 +02:00
|
|
|
|
|
|
|
comment "dovecot needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
2015-04-26 11:48:20 +02:00
|
|
|
depends on BR2_STATIC_LIBS
|