• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/dovecot/Config.in
Bernd KuhlsBernd Kuhls committed f39ac4d288810 Feb 2016
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
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_MYSQL
17
    bool "mysql support"
18
    select BR2_PACKAGE_MYSQL
19
    depends on BR2_INSTALL_LIBSTDCPP # mysql
20
    depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
21
    help
22
      Enable MySQL support.
23
​
24
comment "mysql support needs a toolchain w/ C++, threads"
25
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
26
​
27
config BR2_PACKAGE_DOVECOT_OPENSSL
28
    bool "openssl support"
29
    select BR2_PACKAGE_OPENSSL
30
    select BR2_PACKAGE_ZLIB
31
    help
32
      Enable OpenSSL support.
33
​
34
config BR2_PACKAGE_DOVECOT_SQLITE
35
    bool "sqlite support"
36
    select BR2_PACKAGE_SQLITE
37
    help
38
      Enable SQLite support.
39
​
40
source package/dovecot-pigeonhole/Config.in
41
​
42
endif # BR2_PACKAGE_DOVECOT
43
​
44
comment "dovecot needs a toolchain w/ dynamic library"
45
    depends on BR2_USE_MMU
46
    depends on BR2_STATIC_LIBS
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.