diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-10 21:58:17 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-16 23:06:40 +0100 |
commit | f39ac4d288858989782c8321f9da78236a11a3c9 (patch) | |
tree | 021f66fbac6dd23021ac50b0a414a97b0c8ab340 /package/dovecot/Config.in | |
parent | 95b2874fc5bb1651e65d4258f309bf11641fd190 (diff) | |
download | buildroot-f39ac4d288858989782c8321f9da78236a11a3c9.tar.gz buildroot-f39ac4d288858989782c8321f9da78236a11a3c9.zip |
package/dovecot: Remove bzip2 and zlib options
The next patch of this series will add optional xz and lz4 support, to
avoid adding new options for these compression packages simplify the
configuration of dovecot by removing the options handling optional
compression support.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dovecot/Config.in')
-rw-r--r-- | package/dovecot/Config.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/dovecot/Config.in b/package/dovecot/Config.in index 3baae6e561..194efb6bc3 100644 --- a/package/dovecot/Config.in +++ b/package/dovecot/Config.in @@ -13,12 +13,6 @@ config BR2_PACKAGE_DOVECOT if BR2_PACKAGE_DOVECOT -config BR2_PACKAGE_DOVECOT_BZIP2 - bool "bzip2 support" - select BR2_PACKAGE_BZIP2 - help - Enable bzip2 support. - config BR2_PACKAGE_DOVECOT_MYSQL bool "mysql support" select BR2_PACKAGE_MYSQL @@ -43,12 +37,6 @@ config BR2_PACKAGE_DOVECOT_SQLITE help Enable SQLite support. -config BR2_PACKAGE_DOVECOT_ZLIB - bool "zlib support" - select BR2_PACKAGE_ZLIB - help - Enable zlib support. - source package/dovecot-pigeonhole/Config.in endif # BR2_PACKAGE_DOVECOT |