3baae6e5615a1bc806043488e89892f2aabe73e8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dovecot / Config.in
1 config BR2_PACKAGE_DOVECOT
2         bool "dovecot"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_USE_MMU # fork()
5         help
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
10           little memory.
11
12           http://www.dovecot.org
13
14 if BR2_PACKAGE_DOVECOT
15
16 config BR2_PACKAGE_DOVECOT_BZIP2
17         bool "bzip2 support"
18         select BR2_PACKAGE_BZIP2
19         help
20           Enable bzip2 support.
21
22 config BR2_PACKAGE_DOVECOT_MYSQL
23         bool "mysql support"
24         select BR2_PACKAGE_MYSQL
25         depends on BR2_INSTALL_LIBSTDCPP # mysql
26         depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
27         help
28           Enable MySQL support.
29
30 comment "mysql support needs a toolchain w/ C++, threads"
31         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
32
33 config BR2_PACKAGE_DOVECOT_OPENSSL
34         bool "openssl support"
35         select BR2_PACKAGE_OPENSSL
36         select BR2_PACKAGE_ZLIB
37         help
38           Enable OpenSSL support.
39
40 config BR2_PACKAGE_DOVECOT_SQLITE
41         bool "sqlite support"
42         select BR2_PACKAGE_SQLITE
43         help
44           Enable SQLite support.
45
46 config BR2_PACKAGE_DOVECOT_ZLIB
47         bool "zlib support"
48         select BR2_PACKAGE_ZLIB
49         help
50           Enable zlib support.
51
52 source package/dovecot-pigeonhole/Config.in
53
54 endif # BR2_PACKAGE_DOVECOT
55
56 comment "dovecot needs a toolchain w/ dynamic library"
57         depends on BR2_USE_MMU
58         depends on BR2_STATIC_LIBS