commit 96592d2dbad487f17cd96c0ad41e4d706bf7d703
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Feb 1 23:18:40 2024 +0100
Apply patch
qt5-qtwebengine-freeworld.spec | 5 +++++
1 file changed, 5 insertions(+)
---
diff --git a/qt5-qtwebengine-freeworld.spec b/qt5-qtwebengine-freeworld.spec
index fa104a9..74e41cb 100644
--- a/qt5-qtwebengine-freeworld.spec
+++ b/qt5-qtwebengine-freeworld.spec
@@ -113,6 +113,9 @@ Patch34: qtwebengine-fix-build.patch
#
https://src.fedoraproject.org/rpms/qt5-qtwebengine/c/628adfbb0613c892b916...
Patch35: qt5-qtwebengine-c99.patch
+# Fix assembly with binutils 2.41
https://fftrac-bg.ffmpeg.org/ticket/10405
+Patch50: 0001-avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
+
## Upstream patches:
%if 0%{?bootstrap}
@@ -391,6 +394,8 @@ popd
%patch -P 34 -p1 -b .gcc-13
%patch -P 35 -p1 -b .c99
+%patch -P 50 -p1 -b .0001-avcodec-x86-mathops-clip-constants-used-with-shift-i
+
# delete all "toolprefix = " lines from build/toolchain/linux/BUILD.gn, as we
# never cross-compile in native Fedora RPMs, fixes ARM and aarch64 FTBFS
sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' \