1 config BR2_PACKAGE_DOVECOT
3 depends on !BR2_STATIC_LIBS
4 depends on BR2_USE_MMU # fork()
6 Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-
7 like systems, written with security primarily in mind. Dovecot is an
8 excellent choice for both small and large installations. It's fast,
9 simple to set up, requires no special administration and it uses very
12 http://www.dovecot.org
14 if BR2_PACKAGE_DOVECOT
16 config BR2_PACKAGE_DOVECOT_MYSQL
18 select BR2_PACKAGE_MYSQL
19 depends on BR2_INSTALL_LIBSTDCPP # mysql
20 depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
24 comment "mysql support needs a toolchain w/ C++, threads"
25 depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
27 config BR2_PACKAGE_DOVECOT_OPENSSL
28 bool "openssl support"
29 select BR2_PACKAGE_OPENSSL
30 select BR2_PACKAGE_ZLIB
32 Enable OpenSSL support.
34 config BR2_PACKAGE_DOVECOT_SQLITE
36 select BR2_PACKAGE_SQLITE
38 Enable SQLite support.
40 source package/dovecot-pigeonhole/Config.in
42 endif # BR2_PACKAGE_DOVECOT
44 comment "dovecot needs a toolchain w/ dynamic library"
45 depends on BR2_USE_MMU
46 depends on BR2_STATIC_LIBS