libsasl: fix build with glibc 2.38

disable rm'd applications that depend on crypt()

The cyrus-sasl package was updated to use libxcrypt-devel, however here, the
application that depends on crypt() gets rm'd so just disable it along with
some other applications that get rm'd.
This commit is contained in:
oreo639 2024-01-05 04:35:50 -08:00 committed by classabbyamp
parent f66e332e2d
commit 89a29e84f8

View file

@ -8,6 +8,7 @@ configure_args="--enable-cram --enable-digest --enable-auth-sasldb
--enable-plain --enable-anon --enable-login --enable-gssapi --enable-ntlm
--with-configdir=/etc/sasl2:/etc/sasl:/usr/lib/sasl2
--disable-otp --disable-srp --disable-srp-setpass --disable-krb4
--with-saslauthd=no --with-authdaemond=no --with-pwcheck=no
--with-devrandom=/dev/random
ac_cv_gssapi_supports_spnego=yes"
hostmakedepends="automake libtool pkg-config"