From 34608f22b20cbf5544fcf55af6d210b487c16212 Mon Sep 17 00:00:00 2001 From: lzq11122 Date: Wed, 13 Aug 2025 16:05:58 +0800 Subject: [PATCH] fix build error for sw_64 Signed-off-by: lzq11122 --- openssl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index 1551001..a889144 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,4 +1,4 @@ -%define anolis_release 14 +%define anolis_release 15 %global soversion 3 %define srpmhash() %{lua: @@ -196,7 +196,7 @@ export HASHBANGPERL=/usr/bin/perl ./Configure \ --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \ - %ifarch riscv64 + %ifarch riscv64 sw_64 --libdir=%{_lib} \ %endif --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \ @@ -319,6 +319,9 @@ rm -f $RPM_BUILD_ROOT%{_sysconfdir}/pki/tls/{openssl.cnf.dist,ct_log_list.cnf.di %doc NEWS.md README.md %changelog +* Wed Aug 13 2025 lzq11122 1:3.0.12-15 +- fix build error for sw_64 + * Thu Jul 10 2025 mgb01105731 1:3.0.12-14 - Add patch to fix CVE-2024-13176 -- Gitee