public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mlt] epel9-next: Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
@ 2026-07-20 18:17
0 siblings, 0 replies; only message in thread
From: @ 2026-07-20 18:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/mlt
Branch : epel9-next
Commit : 9b4915e3657b45e5969ad9a08d5705bb05bea2cc
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2024-02-09T00:37:46+00:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/mlt/c/9b4915e3657b45e5969ad9a08d5705bb05bea2cc?branch=epel9-next
Log:
Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
---
diff --git a/mlt.spec b/mlt.spec
index 6681af5..bf5873d 100644
--- a/mlt.spec
+++ b/mlt.spec
@@ -160,6 +160,11 @@ chmod -x demo/demo
# be sure that aren't used
rm -r src/win32/
+# Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
+%ifarch x86_64
+%global optflags %(echo %{optflags} -fno-tree-slp-vectorize)
+%endif
+
%build
%cmake -DCMAKE_SKIP_RPATH:BOOL=ON \
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
@@ -247,6 +252,8 @@ test "$(pkg-config --modversion mlt++-7)" = "%{version}"
%changelog
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.22.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
+- Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
+- Rebuild for opencv 4.9.0
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.22.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 18:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 18:17 [rpms/mlt] epel9-next: Workaround https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113205
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox