mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
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:
parent
f66e332e2d
commit
89a29e84f8
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue