SHA256
1
0
forked from pool/openssl-1_1

Accepting request 985766 from home:Andreas_Schwab:Factory

- openssl-riscv64-config.patch: backport of riscv64 config support

OBS-URL: https://build.opensuse.org/request/show/985766
OBS-URL: https://build.opensuse.org/package/show/security:tls/openssl-1_1?expand=0&rev=116
This commit is contained in:
Jason Sikes 2022-07-07 02:47:54 +00:00 committed by Git OBS Bridge
parent 282de1dff4
commit 71b469adbb
3 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 28 14:19:34 UTC 2022 - Andreas Schwab <schwab@suse.de>
- openssl-riscv64-config.patch: backport of riscv64 config support
-------------------------------------------------------------------
Thu Jun 23 04:55:58 UTC 2022 - Jason Sikes <jsikes@suse.com>

View File

@ -62,6 +62,7 @@ Patch2: openssl-truststore.patch
Patch3: openssl-pkgconfig.patch
Patch4: openssl-DEFAULT_SUSE_cipher.patch
Patch5: openssl-ppc64-config.patch
Patch6: openssl-riscv64-config.patch
# PATCH-FIX-UPSTREAM jsc#SLE-6126 and jsc#SLE-6129
Patch8: 0001-s390x-assembly-pack-perlasm-support.patch
Patch9: 0002-crypto-chacha-asm-chacha-s390x.pl-add-vx-code-path.patch

View File

@ -0,0 +1,12 @@
Index: openssl-1.1.1p/config
===================================================================
--- openssl-1.1.1p.orig/config
+++ openssl-1.1.1p/config
@@ -639,6 +639,7 @@ case "$GUESSOS" in
OUT="linux-elf"
fi ;;
*86-*-linux1) OUT="linux-aout" ;;
+ riscv64-*-linux?) OUT="linux64-riscv64" ;;
*-*-linux?) OUT="linux-generic32" ;;
sun4[uv]*-*-solaris2)
OUT="solaris-sparcv9-$CC"