Do not reduce the amount of relocations (Closes: #1059249).

ci/unstable
Patrick Franz 10 months ago
parent e2c9c998a7
commit 4b71aae221
No known key found for this signature in database
GPG Key ID: 9E9F7A603077FE56

1
debian/changelog vendored

@ -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 <debian-qt-kde@lists.debian.org> Sun, 25 Feb 2024 18:25:55 +0100

1
debian/rules vendored

@ -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)

Loading…
Cancel
Save