[neon/backports-jammy/libsignon-glib/Neon/unstable] debian: drop explicit as-needed linking

Pino Toscano null at kde.org
Thu Jun 22 01:30:34 BST 2023


Git commit cc6f14eb2c82ee7af1b214a193ef12d8ca9810b4 by Pino Toscano.
Committed on 31/12/2020 at 13:08.
Pushed by carlosdem into branch 'Neon/unstable'.

drop explicit as-needed linking

M  +1    -0    debian/changelog
M  +0    -1    debian/rules

https://invent.kde.org/neon/backports-jammy/libsignon-glib/-/commit/cc6f14eb2c82ee7af1b214a193ef12d8ca9810b4

diff --git a/debian/changelog b/debian/changelog
index ef98000..088a61b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,7 @@ libsignon-glib (1.15-0r1) UNRELEASED; urgency=medium
       --fail-missing
   * Add Rules-Requires-Root: no.
   * Tighten gir1.2-signon-1.0 dependency in libsignon-glib-dev.
+  * Remove the explicit as-needed linking, as it is done by binutils now.
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 31 Dec 2020 12:54:04 +0100
 
diff --git a/debian/rules b/debian/rules
index 1c3d481..23222a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,6 @@ include /usr/share/dpkg/default.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND=-Wall -pendantic
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 BUILD:=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)



More information about the Neon-commits mailing list