public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/chromium] epel9-next: Fixed build errors on ppc64le
@ 2026-08-07 16:07 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-08-07 16:07 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : 135bb928dcbb1d056109143a25dcecc5e5bf9e4f
Author : Than Ngo <than@redhat.com>
Date   : 2025-03-14T17:35:11+01:00
Stats  : +7/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/135bb928dcbb1d056109143a25dcecc5e5bf9e4f?branch=epel9-next

Log:
Fixed build errors on ppc64le

---
diff --git a/chromium.spec b/chromium.spec
index 579cbab..b6a8681 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -262,7 +262,7 @@
 
 Name:	chromium
 Version: 134.0.6998.88 
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
 Url: http://www.chromium.org/Home
 License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@@ -1210,6 +1210,8 @@ CXXFLAGS="$FLAGS"
 
 %ifarch ppc64le
 CXXFLAGS+=' -faltivec-src-compat=mixed -Wno-deprecated-altivec-src-compat'
+# Workaround for build error: Undefined temporary symbol .L_MergedGlobals.15
+CXXFLAGS+=' -O0'
 %endif
 
 export CC=clang
@@ -1226,7 +1228,7 @@ export RUSTC_BOOTSTRAP=1
 # set rustc version
 rustc_version="$(rustc --version)"
 # set rust bindgen root
-rust_bindgen_root="$(which bindgen | sed 's#/bin/.*##')"
+rust_bindgen_root="$(which bindgen | sed 's#/s\?bin/.*##')"
 rust_sysroot_absolute="$(rustc --print sysroot)"
 
 # set clang version
@@ -1762,6 +1764,9 @@ fi
 %endif
 
 %changelog
+* Fri Mar 14 2025 Than Ngo <than@redhat.com> -  134.0.6998.88-3
+- Fixed build errors on ppc64le
+
 * Thu Mar 13 2025 Fabio Valentini <decathorpe@gmail.com> - 134.0.6998.88-2
 - Rebuild for noopenh264 2.6.0
 

^ 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: Fixed build errors on ppc64le Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox