#54 openssl
Merged 15 days ago by saprasad. Opened a month ago by jasenchao.
https://github.com/fedora-riscv/openssl.git rawhide  into  rawhide

Add --libdir=%{_lib} for riscv64
Jasen Chao • a month ago  
openssl.spec
file modified
+8 -2
@@ -29,7 +29,7 @@

  Summary: Utilities from the general purpose cryptography library with TLS implementation

  Name: openssl

  Version: 3.2.1

- Release: 6%{?dist}

+ Release: 7%{?dist}

  Epoch: 1

  Source: openssl-%{version}.tar.gz

  Source2: Makefile.certificate
@@ -268,7 +268,7 @@

  sslflags=enable-ec_nistp_64_gcc_128

  %endif

  %ifarch riscv64

- sslarch=linux-generic64

+ sslarch=linux64-riscv64

  %endif

  ktlsopt=enable-ktls

  %ifarch armv7hl
@@ -290,6 +290,9 @@

  # 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 -D_GNU_SOURCE \
@@ -484,6 +487,9 @@

  %ldconfig_scriptlets libs

  

  %changelog

+ * Tue May 14 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1:3.2.1-7

+ - Add --libdir=%{_lib} for riscv64 (uses linux-generic64)

+ 

  * Thu Apr 04 2024 Dmitry Belyavskiy <dbelyavs@redhat.com> - 1:3.2.1-6

  - Restoring missing part of 0044-

  - Backporting CMS FIPS defaults from CentOS 9

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/83730135144147a1b302a60ba7e44cc9

Pull-Request has been merged by saprasad

15 days ago
Metadata