Bump buildroot to 2019.02
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MUTT_VERSION = 1.8.3
|
||||
MUTT_VERSION = 1.11.2
|
||||
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
|
||||
MUTT_LICENSE = GPL-2.0+
|
||||
MUTT_LICENSE_FILES = GPL
|
||||
@@ -16,11 +16,15 @@ MUTT_DEPENDENCIES += libiconv
|
||||
MUTT_CONF_OPTS += --enable-iconv
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
||||
# Both options can't be selected at the same time so prefer libidn2
|
||||
ifeq ($(BR2_PACKAGE_LIBIDN2),y)
|
||||
MUTT_DEPENDENCIES += libidn2
|
||||
MUTT_CONF_OPTS += --with-idn2 --without-idn
|
||||
else ifeq ($(BR2_PACKAGE_LIBIDN),y)
|
||||
MUTT_DEPENDENCIES += libidn
|
||||
MUTT_CONF_OPTS += --with-idn
|
||||
MUTT_CONF_OPTS += --with-idn --without-idn2
|
||||
else
|
||||
MUTT_CONF_OPTS += --without-idn
|
||||
MUTT_CONF_OPTS += --without-idn --without-idn2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MUTT_IMAP),y)
|
||||
|
||||
Reference in New Issue
Block a user