mutt: enable sasl (#11354)

This commit is contained in:
augiedoggie
2024-11-18 10:02:34 -07:00
committed by GitHub
parent 46a41a4e9d
commit 28e04f7686

View File

@@ -15,7 +15,7 @@ COPYRIGHT="1996-2016 Michael R. Elkins
2006-2009 Rocco Rutte
2014-2023 Kevin J. McCarthy"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://bitbucket.org/mutt/mutt/downloads/mutt-$portVersion.tar.gz"
CHECKSUM_SHA256="eb23faddc1cc97d867693f3a4a9f30949ad93765ad5b6fdae2797a4001c58efb"
@@ -44,6 +44,7 @@ REQUIRES="
lib:libaspell$secondaryArchSuffix
lib:libassuan$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libsasl2$secondaryArchSuffix
lib:libgettextpo$secondaryArchSuffix
lib:libgnutls$secondaryArchSuffix
lib:libgpgme$secondaryArchSuffix
@@ -69,6 +70,7 @@ BUILD_REQUIRES="
devel:libidn$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libncurses$secondaryArchSuffix
devel:libsasl2$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -108,6 +110,7 @@ BUILD()
--with-gnutls \
--with-idn \
--with-bundled-regex \
--with-sasl \
--with-ssl \
--with-mailpath=$localStateDir/mail \
--bindir=$commandBinDir