[neon/extras/qtav/Neon/release] debian: drop explicit as-needed linking
Pino Toscano
null at kde.org
Tue Aug 9 13:25:36 BST 2022
Git commit 31c650215ebbe28db3e75e3574edc8f33126c05d by Pino Toscano.
Committed on 21/08/2021 at 10:01.
Pushed by jriddell into branch 'Neon/release'.
drop explicit as-needed linking
M +1 -0 debian/changelog
M +0 -2 debian/rules
https://invent.kde.org/neon/extras/qtav/commit/31c650215ebbe28db3e75e3574edc8f33126c05d
diff --git a/debian/changelog b/debian/changelog
index 02bb45b..62697d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtav (1.13.0+ds-4) UNRELEASED; urgency=medium
[ Pino Toscano ]
* Bump Standards-Version to 4.6.0, no changes required.
* Add the configuration for the CI on salsa.
+ * Remove the explicit as-needed linking, as it is done by binutils now.
-- Debian Qt extras Maintainers <debian-qt-kde at lists.debian.org> Sat, 21 Aug 2021 11:57:01 +0200
diff --git a/debian/rules b/debian/rules
index 299fba0..171df18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
DEB_BUILD_MULTIARCH ?= $(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
export QT_SELECT=qt5
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
%:
dh $@ --buildsystem qmake
More information about the Neon-commits
mailing list