From f2091a8e8344c7f8c61bd17f7189b248a2dfb358 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 2 Dec 2015 06:19:21 -0500 Subject: [PATCH] mutt: Do not link in libidn --- packages/mutt/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mutt/build.sh b/packages/mutt/build.sh index 237b3a8e..4ec45414 100644 --- a/packages/mutt/build.sh +++ b/packages/mutt/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Mail client" TERMUX_PKG_VERSION=1.5.24 TERMUX_PKG_SRCURL=https://bitbucket.org/mutt/mutt/downloads/mutt-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_DEPENDS="libandroid-support, ncurses, openssl" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn" termux_step_post_make_install () { cp $TERMUX_PKG_SRCDIR/doc/mutt.man $TERMUX_PREFIX/share/man/man1/mutt.1.man -- 2.11.0