|
@@ -5,7 +5,7 @@
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
DOVECOT_VERSION_MAJOR = 2.3
|
|
DOVECOT_VERSION_MAJOR = 2.3
|
|
-DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).7.2
|
|
|
|
|
|
+DOVECOT_VERSION = $(DOVECOT_VERSION_MAJOR).9.2
|
|
DOVECOT_SITE = https://dovecot.org/releases/$(DOVECOT_VERSION_MAJOR)
|
|
DOVECOT_SITE = https://dovecot.org/releases/$(DOVECOT_VERSION_MAJOR)
|
|
DOVECOT_INSTALL_STAGING = YES
|
|
DOVECOT_INSTALL_STAGING = YES
|
|
DOVECOT_LICENSE = LGPL-2.1, MIT, Public Domain, BSD-3-Clause, Unicode-DFS-2015
|
|
DOVECOT_LICENSE = LGPL-2.1, MIT, Public Domain, BSD-3-Clause, Unicode-DFS-2015
|
|
@@ -14,6 +14,10 @@ DOVECOT_DEPENDENCIES = \
|
|
host-pkgconf \
|
|
host-pkgconf \
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
|
openssl
|
|
openssl
|
|
|
|
+# 0002-lib-ssl-iostream-Do-not-build-static-test-iostream-s.patch
|
|
|
|
+DOVECOT_AUTORECONF = YES
|
|
|
|
+# add host-gettext for AM_ICONV macro
|
|
|
|
+DOVECOT_DEPENDENCIES += host-gettext
|
|
|
|
|
|
DOVECOT_CONF_ENV = \
|
|
DOVECOT_CONF_ENV = \
|
|
RPCGEN=__disable_RPCGEN_rquota \
|
|
RPCGEN=__disable_RPCGEN_rquota \
|