public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: More cleanups for the rust-clanglib patch
@ 2026-08-07 16:07 Tom Stellard
0 siblings, 0 replies; only message in thread
From: Tom Stellard @ 2026-08-07 16:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 51301170d444b32e21e5c306796cdc697af0d7bf
Author : Tom Stellard <tstellar@redhat.com>
Date : 2025-07-11T22:39:59+00:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/51301170d444b32e21e5c306796cdc697af0d7bf?branch=epel9-next
Log:
More cleanups for the rust-clanglib patch
This is probably deadcode already but simplify the condition and make
sure it's comparing with an integer and not a string.
---
diff --git a/chromium-135-rust-clanglib.patch b/chromium-135-rust-clanglib.patch
index d19cfd2..d758fa3 100644
--- a/chromium-135-rust-clanglib.patch
+++ b/chromium-135-rust-clanglib.patch
@@ -38,7 +38,7 @@ diff -up chromium-135.0.7049.84/build/config/clang/BUILD.gn.than chromium-135.0.
+ # different clang lib dir in fedora/epel
+ if (clang_version >= 17) {
+ _suffix = ""
-+ } else if (clang_version == "14" || clang_version == "15" || clang_version == "16") {
++ } else if (clang_version >= 14) {
+ _libprefix = "64"
+ _dir = ""
+ }
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 16:07 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:07 [rpms/chromium] epel9-next: More cleanups for the rust-clanglib patch Tom Stellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox