public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: disable is_cfi flag on ppc64le as it is not supported.
@ 2026-08-07 16:06 Than Ngo
0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 2cd28e4a58f070609d87bea4e6f2353851597bcc
Author : Than Ngo <than@redhat.com>
Date : 2024-07-19T11:12:09+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/2cd28e4a58f070609d87bea4e6f2353851597bcc?branch=epel9-next
Log:
disable is_cfi flag on ppc64le as it is not supported.
https://bugzilla.redhat.com/show_bug.cgi?id=2298822
---
diff --git a/chromium.spec b/chromium.spec
index 35b8c4c..b59b152 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -177,11 +177,13 @@
# enable|disable control flow integrity support
%global cfi 0
+%ifarch x86_64 aarch64
%if %{clang}
%if 0%{?fedora} || 0%{?rhel} > 7
%global cfi 1
%endif
%endif
+%endif
# set correct toolchain
%if %{clang}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 16:06 [rpms/chromium] epel9-next: disable is_cfi flag on ppc64le as it is not supported Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox