diff --git a/libqt5-qtwebengine.changes b/libqt5-qtwebengine.changes index ea41195..7ba8fed 100644 --- a/libqt5-qtwebengine.changes +++ b/libqt5-qtwebengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 4 14:27:07 UTC 2024 - Guillaume GARDET + +- Disable LTO on %{arm} to fix build + ------------------------------------------------------------------- Thu Aug 29 14:32:28 UTC 2024 - Antonio Larrosa diff --git a/libqt5-qtwebengine.spec b/libqt5-qtwebengine.spec index b34f094..0865992 100644 --- a/libqt5-qtwebengine.spec +++ b/libqt5-qtwebengine.spec @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%ifarch %{arm} +%define _lto_cflags %{nil} +%endif %bcond_without system_ffmpeg %bcond_without system_minizip