We need to set disable_external_rpath to disable RPATH in qdoc
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
9ad3c69cd9
commit
42265b0260
@ -13,7 +13,7 @@
|
|||||||
Summary: Qt5 - QtTool components
|
Summary: Qt5 - QtTool components
|
||||||
Name: qt5-qttools
|
Name: qt5-qttools
|
||||||
Version: 5.15.11
|
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
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -183,6 +183,7 @@ Requires: %{name}-common = %{version}-%{release}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{qmake_qt5} \
|
%{qmake_qt5} \
|
||||||
|
CONFIG+=disable_external_rpath \
|
||||||
%{?no_examples}
|
%{?no_examples}
|
||||||
|
|
||||||
%make_build
|
%make_build
|
||||||
@ -482,6 +483,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2023 David Abdurachmanov <davidlt@rivosinc.com> - 5.15.11-1.0.riscv64
|
||||||
|
- Set disable_external_rpath to avoid RPATHs in qdoc
|
||||||
|
|
||||||
* Fri Oct 06 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.11-1
|
* Fri Oct 06 2023 Jan Grulich <jgrulich@redhat.com> - 5.15.11-1
|
||||||
- 5.15.11
|
- 5.15.11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user