mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
mutt: bump to version 1.5.21
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
f6674a4d37
commit
79f5d0e3b9
@ -3,23 +3,11 @@
|
|||||||
# mutt
|
# mutt
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
MUTT_VERSION:=1.5.17+20080114
|
|
||||||
MUTT_SOURCE:=mutt_$(MUTT_VERSION).orig.tar.gz
|
|
||||||
MUTT_PATCH:=mutt_$(MUTT_VERSION)-1.diff.gz
|
|
||||||
MUTT_SITE:=$(BR2_DEBIAN_MIRROR)/debian/pool/main/m/mutt/
|
|
||||||
MUTT_DEPENDENCIES=ncurses
|
|
||||||
MUTT_CONF_OPT = \
|
|
||||||
--disable-smtp \
|
|
||||||
--disable-iconv \
|
|
||||||
--without-wc-funcs
|
|
||||||
MUTT_AUTORECONF=YES
|
|
||||||
|
|
||||||
define MUTT_APPLY_DEBIAN_PATCHES
|
MUTT_VERSION = 1.5.21
|
||||||
if [ -d $(@D)/debian/patches ]; then \
|
MUTT_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/mutt
|
||||||
support/scripts/apply-patches.sh $(@D) $(@D)/debian/patches \*.patch; \
|
MUTT_DEPENDENCIES = ncurses
|
||||||
fi
|
MUTT_CONF_OPT = --disable-iconv --disable-smtp
|
||||||
endef
|
MUTT_AUTORECONF = YES
|
||||||
|
|
||||||
MUTT_POST_PATCH_HOOKS += MUTT_APPLY_DEBIAN_PATCHES
|
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS))
|
$(eval $(call AUTOTARGETS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user