dovecot: disable zstd 13352/head
authorJan Pavlinec <jan.pavlinec@nic.cz>
Thu, 10 Sep 2020 10:37:38 +0000 (12:37 +0200)
committerJan Pavlinec <jan.pavlinec@nic.cz>
Thu, 10 Sep 2020 10:38:01 +0000 (12:38 +0200)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
mail/dovecot/Makefile

index 881dd4fca7b44cf666dc982ce7a90cce634b168e..1f79e0c3c6f0da18c05d381613f41e5f4bb551df 100644 (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
@@ -74,6 +74,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) \