public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: Fixed build errors on ppc64le
Date: Fri, 07 Aug 2026 16:07:29 GMT [thread overview]
Message-ID: <178611884947.1.13827970666872412792.rpms-chromium-135bb928dcbb@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-07 16:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178611884947.1.13827970666872412792.rpms-chromium-135bb928dcbb@fedoraproject.org \
--to=than@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox