mutt: bump and add libiconv as dependency
Otherwise mutt segfaults (sporadically) when trying to use iconv from libc on android pie. Probably related to the ncmcpp crash: https://github.com/termux/termux-packages/issues/3333
This commit is contained in:
parent
9dda444a87
commit
51375908c1
@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=http://www.mutt.org/
|
||||
TERMUX_PKG_DESCRIPTION="Mail client with patches from neomutt"
|
||||
TERMUX_PKG_LICENSE="GPL-2.0"
|
||||
TERMUX_PKG_VERSION=1.11.4
|
||||
TERMUX_PKG_REVISION=1
|
||||
TERMUX_PKG_REVISION=2
|
||||
TERMUX_PKG_SHA256=b651357ea6c8762178080493991c77ecb111d916d171d422500257ab48be2801
|
||||
TERMUX_PKG_SRCURL=ftp://ftp.mutt.org/pub/mutt/mutt-${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl, mime-support, zlib"
|
||||
TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl, mime-support, zlib, libiconv"
|
||||
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
||||
mutt_cv_c99_snprintf=yes
|
||||
mutt_cv_c99_vsnprintf=yes
|
||||
|
Loading…
Reference in New Issue
Block a user