public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openssl] rebase_40beta: Fix build flags for aarch64.
@ 2026-06-09 12:43 Tomas Mraz
0 siblings, 0 replies; only message in thread
From: Tomas Mraz @ 2026-06-09 12:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openssl
Branch : rebase_40beta
Commit : 635f6a80a8232e82f01da70fb43e003de3eee4a7
Author : Tomas Mraz <tmraz@fedoraproject.org>
Date : 2016-10-11T11:17:20+02:00
Stats : +11/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openssl/c/635f6a80a8232e82f01da70fb43e003de3eee4a7?branch=rebase_40beta
Log:
Fix build flags for aarch64.
---
diff --git a/openssl-1.1.0-build.patch b/openssl-1.1.0-build.patch
index 7c1b5e7..05b39aa 100644
--- a/openssl-1.1.0-build.patch
+++ b/openssl-1.1.0-build.patch
@@ -21,6 +21,17 @@ diff -up openssl-1.1.0b/Configurations/10-main.conf.build openssl-1.1.0b/Configu
},
"linux-armv4" => {
+@@ -680,7 +681,10 @@ sub vms_info {
+ },
+ "linux-aarch64" => {
+ inherit_from => [ "linux-generic64", asm("aarch64_asm") ],
++ cflags => add("-m64 -DL_ENDIAN"),
+ perlasm_scheme => "linux64",
++ shared_ldflag => "-m64",
++ multilib => "64",
+ },
+ "linux-arm64ilp32" => { # https://wiki.linaro.org/Platform/arm64-ilp32
+ inherit_from => [ "linux-generic32", asm("aarch64_asm") ],
diff -up openssl-1.1.0b/crypto/ec/ec_lib.c.build openssl-1.1.0b/crypto/ec/ec_lib.c
--- openssl-1.1.0b/crypto/ec/ec_lib.c.build 2016-09-26 15:16:26.936660171 +0200
+++ openssl-1.1.0b/crypto/ec/ec_lib.c 2016-09-26 15:18:38.351742195 +0200
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 12:43 [rpms/openssl] rebase_40beta: Fix build flags for aarch64 Tomas Mraz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox