diff --git a/openssl1.1.spec b/openssl1.1.spec index d12a41ad626b29aa22a60aa65c00df69805941df..0fa00babc3ad7139a44878705880fd89637396fd 100644 --- a/openssl1.1.spec +++ b/openssl1.1.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 %bcond_without devel %define soversion 1.1 %global _performance_build 1 @@ -165,6 +165,9 @@ export HASHBANGPERL=/usr/bin/perl --prefix=%{_prefix} \ --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \ --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \ +%ifarch riscv64 + --libdir=%{_lib} \ +%endif zlib \ enable-camellia \ enable-seed \ @@ -275,6 +278,9 @@ rm -rf %{buildroot}/%{_libdir}/pkgconfig %ldconfig_scriptlets %changelog +* Fri Nov 10 2023 Guoguo - 1:1.1.1q-4 +- fix build error for riscv64 + * Wed Oct 18 2023 Wenlong Zhang - 1:1.1.1q-3 - add loongarch64 support for openssl