dovecot: disable zstd

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
(cherry picked from commit a5c9ef50dc)
This commit is contained in:
Jan Pavlinec 2020-09-10 12:37:38 +02:00 committed by Josef Schlehofer
parent 538647a261
commit eb8130508e
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=dovecot
PKG_VERSION:=2.3.11.3
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://dovecot.org/releases/2.3
@ -73,6 +73,7 @@ CONFIGURE_ARGS += \
--without-lzma \
--without-lz4 \
--without-sodium \
--without-zstd \
$(if $(CONFIG_DOVECOT_GSSAPI),--with-gssapi=yes,--with-gssapi=no) \
$(if $(CONFIG_DOVECOT_LDAP),--with-ldap=yes,--with-ldap=no) \
$(if $(CONFIG_DOVECOT_MYSQL),--with-mysql=yes,--with-mysql=no) \