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: Turning the buildsystem
Date: Fri, 07 Aug 2026 16:04:41 GMT [thread overview]
Message-ID: <178611868156.1.3436785183193049018.rpms-chromium-57a5faa007dd@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/chromium
Branch : epel9-next
Commit : 57a5faa007dd64a4f240e7e6815b2fef5fa00cd4
Author : Than Ngo <than@redhat.com>
Date : 2023-02-07T10:24:19+01:00
Stats : +9/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/chromium/c/57a5faa007dd64a4f240e7e6815b2fef5fa00cd4?branch=epel9-next
Log:
Turning the buildsystem
---
diff --git a/chromium.spec b/chromium.spec
index f275fdc..fcc205d 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -38,7 +38,7 @@
# %2 what
%global build_target() \
export NINJA_STATUS="[%2:%f/%t] " ; \
- ninja -j %{numjobs} -C '%1' '%2'
+ ninja -j %{numjobs} -C '%1' -v '%2'
# enable|disable headless client build
%global build_headless 1
@@ -1180,7 +1180,8 @@ sed -i 's|moc|moc-qt5|g' ui/qt/moc_wrapper.py
export LANG=en_US.UTF-8
# Turning the buildsystem up to 11.
-ulimit -n 4096
+ulimit -a
+ulimit -n 2048
# reduce warnings
FLAGS=' -Wno-deprecated-declarations -Wno-unknown-warning-option -Wno-unused-command-line-argument'
@@ -1199,7 +1200,6 @@ CXXFLAGS="$CFLAGS"
# override system build flags
CFLAGS="$FLAGS"
CXXFLAGS="$FLAGS"
-LDFLAGS=""
%endif
%if %{clang}
@@ -1211,9 +1211,12 @@ export CXX=g++
%endif
export CFLAGS
export CXXFLAGS
-export LDFLAGS
-export AR=ar
-export NM=nm
+%ifarch aarch64
+export LDFLAGS="$LDFLAGS -Wl,-no-threads"
+%endif
+export AR="llvm-ar"
+export NM="llvm-nm"
+export READELF="llvm-readelf"
# enable toolset on el7
%if 0%{?rhel} == 7
next reply other threads:[~2026-08-07 16:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 16:04 Than Ngo [this message]
2026-08-07 16:04 [rpms/chromium] epel9-next: Turning the buildsystem Than Ngo
2026-08-07 16:04 Than Ngo
2026-08-07 16:04 [rpms/chromium] epel9-next: turning " Than Ngo
2026-08-07 16:04 [rpms/chromium] epel9-next: Turning " Than Ngo
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=178611868156.1.3436785183193049018.rpms-chromium-57a5faa007dd@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