public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: add correct name compiler-rt on el7
@ 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 : e85102b10a0e6c2f5919590d6cfff8e92ea9321b
Author : Than Ngo <than@redhat.com>
Date : 2024-05-31T12:50:11+02:00
Stats : +4/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/e85102b10a0e6c2f5919590d6cfff8e92ea9321b?branch=epel9-next
Log:
add correct name compiler-rt on el7
---
diff --git a/chromium.spec b/chromium.spec
index f52d2c4..fe41e6b 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -687,7 +687,11 @@ BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Widgets)
%endif
+%if 0%{?rhel} == 7
+BuildRequires: llvm-toolset-%{llvm_toolset_version}-compiler-rt
+%else
BuildRequires: compiler-rt
+%endif
%if ! %{bundleharfbuzz}
BuildRequires: harfbuzz-devel >= 2.4.0
^ 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: add correct name compiler-rt on el7 Than Ngo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox