mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
cyrus_sasl, fix build (#8078)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user