From 9dd29dc83c53626081e0367b09eb7e08cbb283a1 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Sun, 15 May 2022 18:06:07 +0300 Subject: [PATCH] Disable relocatable feature, to fix paths on usr-merged systems. Thanks to Steven Trabert for the patch! Closes: #1010575. LP: #1970057. --- debian/changelog | 3 +++ debian/rules | 1 + 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index d4cc7d8..cbd4b08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 15 May 2022 17:48:31 +0300 diff --git a/debian/rules b/debian/rules index dca9eb5..360c7fd 100755 --- a/debian/rules +++ b/debian/rules @@ -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)