package/mutt: bump to version 1.13.3
sqlite is an optional dependency since
1fe2980d3b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
b5f0c6efb2
commit
d42603b387
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 bc42750ce8237742b9382f2148fc547a8d8601aa4a7cd28c55fe7ca045196882 mutt-1.12.2.tar.gz
|
||||
sha256 78423016b5f2fcb31bfd156999ff6638177be4459230d2ee61a81e5641d07378 mutt-1.13.3.tar.gz
|
||||
sha256 732f24b69a6c71cd8e01e4672bb8e12cc1cbb88a50a4665e6ca4fd95000a57ee GPL
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MUTT_VERSION = 1.12.2
|
||||
MUTT_VERSION = 1.13.3
|
||||
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
|
||||
MUTT_LICENSE = GPL-2.0+
|
||||
MUTT_LICENSE_FILES = GPL
|
||||
@ -51,6 +51,13 @@ else
|
||||
MUTT_CONF_OPTS += --without-ssl
|
||||
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:
|
||||
# - target system is *BSD
|
||||
# - C99 conformance (snprintf, vsnprintf)
|
||||
|
Loading…
Reference in New Issue
Block a user