dovecot: explicitly disable use of sodium 6303/head
authorW. Michael Petullo <mike@flyn.org>
Sat, 16 Jun 2018 22:03:39 +0000 (18:03 -0400)
committerW. Michael Petullo <mike@flyn.org>
Sat, 16 Jun 2018 22:03:39 +0000 (18:03 -0400)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
mail/dovecot/Makefile

index 96fdce8e124c82ddfdf304b54a1ef37a1fa59133..9e822f377b5b865178cd4c9ffc60b8a23392542b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dovecot
 PKG_VERSION:=2.3.1
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://www.dovecot.org/releases/2.3
@@ -100,6 +100,7 @@ CONFIGURE_ARGS += \
        --with-notify=dnotify \
        --without-lzma \
        --without-lz4 \
+       --without-sodium \
        $(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) \