From 42265b026033517e43ebf965253605315e5905dd Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 10 Nov 2023 09:34:51 +0200 Subject: [PATCH] We need to set disable_external_rpath to disable RPATH in qdoc Signed-off-by: David Abdurachmanov --- qt5-qttools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qttools.spec b/qt5-qttools.spec index 5720e49..703d62f 100644 --- a/qt5-qttools.spec +++ b/qt5-qttools.spec @@ -13,7 +13,7 @@ Summary: Qt5 - QtTool components Name: qt5-qttools Version: 5.15.11 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 Url: http://www.qt.io @@ -183,6 +183,7 @@ Requires: %{name}-common = %{version}-%{release} %build %{qmake_qt5} \ + CONFIG+=disable_external_rpath \ %{?no_examples} %make_build @@ -482,6 +483,9 @@ fi %changelog +* Fri Nov 10 2023 David Abdurachmanov - 5.15.11-1.0.riscv64 +- Set disable_external_rpath to avoid RPATHs in qdoc + * Fri Oct 06 2023 Jan Grulich - 5.15.11-1 - 5.15.11