From 8758ad7ae15efcd6a9fa6da829e4009a81f9d273 Mon Sep 17 00:00:00 2001 From: houmingyong Date: Sat, 6 Dec 2025 10:39:19 +0800 Subject: [PATCH] use the correct compile option (cherry picked from commit 495e5d2e8f988b82721897aad181ff963d12b068) --- cyrus-sasl.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 3029300..d226abe 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -6,7 +6,7 @@ Name: cyrus-sasl Version: 2.1.28 -Release: 8 +Release: 9 Summary: The Cyrus SASL API Implementation License: BSD with advertising @@ -137,14 +137,13 @@ echo "$LDFLAGS" %configure \ --enable-shared --disable-static \ - --disable-java \ --with-plugindir=%{_libdir}/sasl2 \ --with-configdir=%{_libdir}/sasl2:%{_sysconfdir}/sasl2 \ --disable-krb4 \ --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \ --with-gss_impl=mit \ --with-rc4 \ - --with-bdb=gdbm \ + --with-dblib=gdbm \ --with-saslauthd=/run/saslauthd --without-pwcheck \ %if ! %{bootstrap_cyrus_sasl} --with-ldap \ @@ -266,6 +265,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %changelog +* Sat Dec 06 2025 houmingyong - 2.1.28-9 +- use the correct compile option + * Mon Nov 17 2025 yixiangzhike - 2.1.28-8 - fix saslauthd coredump with httpform -- Gitee