From 3abc3dcc7ad20c0a14b56b44914150ccfeb343b1 Mon Sep 17 00:00:00 2001 From: Xuhai Chang Date: Thu, 14 Aug 2025 13:19:43 +0000 Subject: [PATCH] only disable pdf v8 for riscv64 --- qt6-qtwebengine.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qt6-qtwebengine.spec b/qt6-qtwebengine.spec index e94ee98..5a290b9 100644 --- a/qt6-qtwebengine.spec +++ b/qt6-qtwebengine.spec @@ -38,7 +38,7 @@ Summary: Qt6 - QtWebEngine components Name: qt6-qtwebengine Version: 6.9.1 -Release: 2 +Release: 3 # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -436,7 +436,7 @@ export LDFLAGS="%{build_ldflags} -Wl,--no-keep-memory" -DFEATURE_webengine_system_gbm:BOOL=ON \ -DFEATURE_webengine_v8_context_snapshot:BOOL=ON \ -DFEATURE_webenginedriver:BOOL=ON \ -%ifarch riscv64 +%ifnarch riscv64 -DFEATURE_pdf_v8:BOOL=ON \ %endif -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF} \ @@ -667,6 +667,9 @@ done %changelog +* Thu Aug 14 2025 Xuhai Chang - 6.9.1-3 +- only disable pdf v8 for riscv64 + * Tue Aug 12 2025 misaka00251 - 6.9.1-2 - Fix build on riscv64 -- Gitee