From 4469e82f95a34a61ef4ff1f841bb2023451c4ae9 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 28 Apr 2023 10:05:33 +0300 Subject: [PATCH] Switch riscv64 from linux-generic64 to linux64-riscv64 Signed-off-by: David Abdurachmanov --- openssl.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openssl.spec b/openssl.spec index de5784d..a7f760f 100644 --- a/openssl.spec +++ b/openssl.spec @@ -267,7 +267,7 @@ sslarch="linux64-mips64 -mips64r2" sslflags=enable-ec_nistp_64_gcc_128 %endif %ifarch riscv64 -sslarch=linux-generic64 +sslarch=linux64-riscv64 %endif ktlsopt=enable-ktls %ifarch armv7hl @@ -289,9 +289,6 @@ export HASHBANGPERL=/usr/bin/perl # RPM_OPT_FLAGS, so we can skip specifiying them here. ./Configure \ --prefix=%{_prefix} --openssldir=%{_sysconfdir}/pki/tls ${sslflags} \ - %ifarch riscv64 - --libdir=%{_lib} \ - %endif --system-ciphers-file=%{_sysconfdir}/crypto-policies/back-ends/openssl.config \ zlib enable-camellia enable-seed enable-rfc3779 enable-sctp \ enable-cms enable-md2 enable-rc5 ${ktlsopt} enable-fips\