From 4b71aae2212e06853eef4af78a6ff5054b686d19 Mon Sep 17 00:00:00 2001 From: Patrick Franz Date: Tue, 27 Feb 2024 19:15:58 +0100 Subject: [PATCH] Do not reduce the amount of relocations (Closes: #1059249). --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6b1e5b7..84df118 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qt6-base (6.6.2+dfsg-4) UNRELEASED; urgency=medium [ Patrick Franz ] * Add B-Ds for XCB. + * Do not reduce the amount of relocations (Closes: #1059249). -- Debian Qt/KDE Maintainers Sun, 25 Feb 2024 18:25:55 +0100 diff --git a/debian/rules b/debian/rules index 99a31c2..71f6df2 100755 --- a/debian/rules +++ b/debian/rules @@ -82,6 +82,7 @@ override_dh_auto_configure: -DFEATURE_system_png=ON \ -DFEATURE_system_libb2=ON \ -DFEATURE_rpath=OFF \ + -DFEATURE_reduce_relocations=OFF \ -DFEATURE_relocatable=OFF \ $(extra_cmake_args)