Disable relocatable feature, to fix paths on usr-merged systems.

Thanks to Steven Trabert for the patch!

Closes: #1010575.
LP: #1970057.
ci/unstable
Dmitry Shachnev 3 years ago
parent 12ba3261f1
commit 9dd29dc83c

3
debian/changelog vendored

@ -1,5 +1,8 @@
qt6-base (6.2.4+dfsg-8) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* Disable relocatable feature, to fix paths on usr-merged systems.
Thanks to Steven Trabert for the patch! (Closes: #1010575, LP: #1970057)
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sun, 15 May 2022 17:48:31 +0300

1
debian/rules vendored

@ -71,6 +71,7 @@ override_dh_auto_configure:
-DFEATURE_system_png=ON \
-DFEATURE_system_libb2=ON \
-DFEATURE_rpath=OFF \
-DFEATURE_relocatable=OFF \
$(extra_cmake_args)

Loading…
Cancel
Save