cyrus_sasl, fix build (#8078)

This commit is contained in:
Schrijvers Luc
2023-03-23 14:52:34 +01:00
committed by GitHub
parent 29494c1193
commit 37c7ddb486

View File

@@ -8,7 +8,7 @@ IMAP, ACAP, LDAP, and other standard protocols."
HOMEPAGE="https://github.com/cyrusimap/cyrus-sasl"
COPYRIGHT="1994-2012 Carnegie Mellon University"
LICENSE="BSD (4-clause)"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/cyrusimap/cyrus-sasl/archive/cyrus-sasl-${portVersion/\~/-}.tar.gz"
CHECKSUM_SHA256="5a0c5475b35aad933c0f5939a360cfef86d06dbca93309cb7b223a38a133dc68"
SOURCE_DIR="cyrus-sasl-cyrus-sasl-${portVersion/\~/-}"
@@ -71,7 +71,9 @@ defineDebugInfoPackage cyrus_sasl$secondaryArchSuffix \
BUILD()
{
autoreconf -fi
LDFLAGS="-lnetwork -lgnu" runConfigure ./configure
LDFLAGS="-lnetwork -lgnu" runConfigure --omit-dirs "sbinDir" \
./configure \
--sbindir=$commandBinDir
make $jobArgs
}