From b24d9f5932bf957e0df306f6198ea688559ce538 Mon Sep 17 00:00:00 2001 From: peijiankang Date: Wed, 26 Feb 2025 13:52:15 +0800 Subject: [PATCH] Fix build failure due to gcc enabled pgo and lto (cherry picked from commit 6ecbbb22f39c587a6dc8fea8d0d27dd57a9b1083) --- qt6-qtquick3d.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt6-qtquick3d.spec b/qt6-qtquick3d.spec index 0266780..a1716eb 100644 --- a/qt6-qtquick3d.spec +++ b/qt6-qtquick3d.spec @@ -8,7 +8,7 @@ Summary: Qt6 - Quick3D Libraries and utilities Name: qt6-%{qt_module} Version: 6.5.2 -Release: 2 +Release: 3 License: GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -18,7 +18,7 @@ Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{version} Patch0: qtquick3d-fix-build-with-gcc11.patch BuildRequires: cmake -BuildRequires: gcc-c++ +BuildRequires: gcc-c++ mold BuildRequires: ninja-build BuildRequires: qt6-rpm-macros >= %{version} BuildRequires: qt6-qtbase-static >= %{version} @@ -205,6 +205,9 @@ popd %endif %changelog +* Wed Feb 26 2025 peijiankang - 6.5.2-3 +- Fix build failure due to gcc enabled pgo and lto + * Wed Nov 20 2024 Funda Wang - 6.5.2-2 - adopt to new cmake macro -- Gitee