From e40058c2232714cd75bb3f153f6d1ecf8528dd06 Mon Sep 17 00:00:00 2001 From: U2FsdGVkX1 Date: Fri, 15 Dec 2023 15:32:51 +0800 Subject: [PATCH] Add riscv64 support --- qt5-qttools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 4de2415..e90b46f 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global qt_module qttools %global __brp_remove_la_files %nil @@ -158,6 +158,7 @@ Requires: %{name}-libs-designer = %{EVR} %build %{qmake_qt5} \ + CONFIG+=disable_external_rpath \ %{?no_examples} %make_build @@ -355,6 +356,9 @@ popd %{_qt5_libdir}/pkgconfig/Qt5UiTools.pc %changelog +* Thu Nov 9 2023 Guoguo - 5.15.11-2 +- Set disable_external_rpath to avoid RPATHs in riscv64 + * Thu Oct 19 2023 Funda Wang - 5.15.11-1 - New version 5.15.11 -- Gitee