mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
mutt: enable sasl (#11354)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user