• 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 1814da768bc26 Apr 2015
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_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
  • 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.