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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user