public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: Fix build with GCC 16
@ 2026-07-06 18:32 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-06 18:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : 27f85f63aad91a2e474c356981e07236fc192c16
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-01-22T19:18:01-05:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/27f85f63aad91a2e474c356981e07236fc192c16?branch=epel10.2
Log:
Fix build with GCC 16
https://bugzilla.redhat.com/show_bug.cgi?id=2432234
---
diff --git a/amarok.spec b/amarok.spec
index e64ccca..a04b223 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -1,3 +1,9 @@
+# FTBFS with GCC 16 when LTO is enabled
+# https://bugzilla.redhat.com/show_bug.cgi?id=2432234
+%if 0%{?fedora} >= 44 || 0%{?rhel} >= 11
+%define _lto_cflags %{nil}
+%endif
+
%global __provides_exclude_from ^%{_kf6_qmldir}/org/kde/amarok/.*\.so$
Name: amarok
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:32 [rpms/amarok] epel10.2: Fix build with GCC 16 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox