From 33d16b567fa1a363b85c896886b2746a46aa56a6 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 15 Dec 2015 08:57:25 -0500 Subject: [PATCH] mutt: Enable sasl. Fixes #93. --- packages/mutt/build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/mutt/build.sh b/packages/mutt/build.sh index 61679fd9..d2299a1f 100644 --- a/packages/mutt/build.sh +++ b/packages/mutt/build.sh @@ -1,10 +1,10 @@ TERMUX_PKG_HOMEPAGE=http://www.mutt.org/ TERMUX_PKG_DESCRIPTION="Mail client" TERMUX_PKG_VERSION=1.5.24 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_BUILD_REVISION=2 TERMUX_PKG_SRCURL=https://bitbucket.org/mutt/mutt/downloads/mutt-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn --enable-hcache" +TERMUX_PKG_DEPENDS="libandroid-support, ncurses, gdbm, openssl, libsasl" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-smtp --enable-imap --enable-pop --with-mailpath=$TERMUX_PREFIX/var/mail --with-ssl --enable-compressed --without-idn --enable-hcache --with-sasl" TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-exec-shell=$TERMUX_PREFIX/bin/sh" # The mutt autoconf guesses no for working (v)snprintf and uses broken local versions - avoid that: TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" mutt_cv_c99_snprintf=yes mutt_cv_c99_vsnprintf=yes" -- 2.11.0