|
@@ -4,7 +4,7 @@
|
|
#
|
|
#
|
|
################################################################################
|
|
################################################################################
|
|
|
|
|
|
-MUTT_VERSION = 1.12.2
|
|
|
|
|
|
+MUTT_VERSION = 1.13.3
|
|
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
|
|
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
|
|
MUTT_LICENSE = GPL-2.0+
|
|
MUTT_LICENSE = GPL-2.0+
|
|
MUTT_LICENSE_FILES = GPL
|
|
MUTT_LICENSE_FILES = GPL
|
|
@@ -51,6 +51,13 @@ else
|
|
MUTT_CONF_OPTS += --without-ssl
|
|
MUTT_CONF_OPTS += --without-ssl
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_SQLITE),y)
|
|
|
|
+MUTT_DEPENDENCIES += sqlite
|
|
|
|
+MUTT_CONF_OPTS += --with-sqlite3
|
|
|
|
+else
|
|
|
|
+MUTT_CONF_OPTS += --without-sqlite3
|
|
|
|
+endif
|
|
|
|
+
|
|
# Avoid running tests to check for:
|
|
# Avoid running tests to check for:
|
|
# - target system is *BSD
|
|
# - target system is *BSD
|
|
# - C99 conformance (snprintf, vsnprintf)
|
|
# - C99 conformance (snprintf, vsnprintf)
|