Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,13 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MUTT_VERSION = 1.7.1
|
||||
MUTT_VERSION = 1.8.3
|
||||
MUTT_SITE = https://bitbucket.org/mutt/mutt/downloads
|
||||
MUTT_LICENSE = GPLv2+
|
||||
MUTT_LICENSE = GPL-2.0+
|
||||
MUTT_LICENSE_FILES = GPL
|
||||
MUTT_DEPENDENCIES = ncurses
|
||||
MUTT_CONF_OPTS = --disable-smtp
|
||||
MUTT_AUTORECONF = YES
|
||||
MUTT_CONF_OPTS = --disable-doc --disable-smtp
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||
MUTT_DEPENDENCIES += libiconv
|
||||
@@ -67,6 +66,7 @@ MUTT_CONF_ENV += \
|
||||
MUTT_CONF_OPTS += --with-mailpath=/var/mail
|
||||
|
||||
define MUTT_VAR_MAIL
|
||||
mkdir -p $(TARGET_DIR)/var
|
||||
ln -sf /tmp $(TARGET_DIR)/var/mail
|
||||
endef
|
||||
MUTT_POST_INSTALL_TARGET_HOOKS += MUTT_VAR_MAIL
|
||||
|
||||
Reference in New Issue
Block a user