[neon/extras/kdb/Neon/release] debian: drop explicit as-needed linking

Pino Toscano null at kde.org
Mon Oct 17 10:38:42 BST 2022


Git commit 3a9b094354cd2fffa76cbc36f2675f3bf99294c6 by Pino Toscano.
Committed on 24/08/2021 at 05:56.
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/kdb/commit/3a9b094354cd2fffa76cbc36f2675f3bf99294c6

diff --git a/debian/changelog b/debian/changelog
index 6e58593..702bd45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kdb (3.2.0-5) UNRELEASED; urgency=medium
     - switch the debhelper build dependency to debhelper-compat 13
     - remove debian/compat
     - stop passing --fail-missing to dh_missing, as it is the default behaviour
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 20 Nov 2019 22:53:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 4493847..8537879 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
 DEFAULT_PGSQL_VERSION = $(lastword $(shell /usr/share/postgresql-common/supported-versions))
 
 %:



More information about the Neon-commits mailing list