mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
cyrus_sasl, bump version (#9526)
This commit is contained in:
@@ -8,10 +8,10 @@ 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="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/\~/-}"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/cyrusimap/cyrus-sasl/archive/cyrus-sasl-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="3e38933a30b9ce183a5488b4f6a5937a702549cde0d3287903d80968ad4ec341"
|
||||
SOURCE_DIR="cyrus-sasl-cyrus-sasl-$portVersion"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -71,7 +71,7 @@ defineDebugInfoPackage cyrus_sasl$secondaryArchSuffix \
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -fi
|
||||
LDFLAGS="-lnetwork -lgnu" runConfigure --omit-dirs "sbinDir" \
|
||||
LDFLAGS="-lnetwork -lgnu -lbsd" runConfigure --omit-dirs "sbinDir" \
|
||||
./configure \
|
||||
--sbindir=$commandBinDir
|
||||
make $jobArgs
|
||||
@@ -81,7 +81,7 @@ INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
# remove libtool file
|
||||
# remove libtool files
|
||||
rm -f $libDir/libsasl2.la
|
||||
rm -f $libDir/sasl2/*.la
|
||||
|
||||
@@ -92,8 +92,3 @@ INSTALL()
|
||||
packageEntries devel \
|
||||
$developDir
|
||||
}
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
}
|
||||
Reference in New Issue
Block a user