mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
cyrus-sasl: rebuild for libxcrypt
This commit is contained in:
parent
1fcd1017ed
commit
664d0c5795
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# keep in sync with libsasl
|
# keep in sync with libsasl
|
||||||
pkgname=cyrus-sasl
|
pkgname=cyrus-sasl
|
||||||
version=2.1.28
|
version=2.1.28
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-shared --enable-checkapop
|
configure_args="--disable-static --enable-shared --enable-checkapop
|
||||||
--enable-cram --enable-digest --disable-otp --disable-srp
|
--enable-cram --enable-digest --disable-otp --disable-srp
|
||||||
|
@ -25,6 +25,10 @@ homepage="https://www.cyrusimap.org/sasl/"
|
||||||
distfiles="https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-${version}/cyrus-sasl-${version}.tar.gz"
|
distfiles="https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-${version}/cyrus-sasl-${version}.tar.gz"
|
||||||
checksum=7ccfc6abd01ed67c1a0924b353e526f1b766b21f42d4562ee635a8ebfc5bb38c
|
checksum=7ccfc6abd01ed67c1a0924b353e526f1b766b21f42d4562ee635a8ebfc5bb38c
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
|
||||||
|
makedepends+=" libxcrypt-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue