From 887fb094c3cac99e11f5768b1a4d73e4fa33c742 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 20 Sep 2018 15:19:46 +0200 Subject: [PATCH] mutt: Update from version 1.5.21 to 1.10.1 build like LFS [1] indirect request Sebastian Mackowiak [1] http://www.linuxfromscratch.org/blfs/view/svn/basicnet/mutt.html --- mutt.be0 | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/mutt.be0 b/mutt.be0 index 984552cc5..0bad43a59 100755 --- a/mutt.be0 +++ b/mutt.be0 @@ -1,8 +1,8 @@ #!/usr/bin/env beesh -# BEE_VERSION mutt-1.5.21-0 +# BEE_VERSION mutt-1.10.1-0 -SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" +SRCURL[0]="ftp://ftp.mutt.org/pub/mutt/mutt-${PKGVERSION}.tar.gz" # PATCHURL[0]="" @@ -20,9 +20,14 @@ SRCURL[0]="ftp://ftp.mutt.org/mutt/devel/mutt-${PKGVERSION}.tar.gz" # bee_patch ${@} #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --with-ssl \ + --enable-external-dotlock \ + --enable-pop \ + --enable-imap \ + --enable-hcache \ + --enable-sidebar +} #mee_build() { # bee_build