[neon/3rdparty/indi/Neon/release] debian: drop explicit as-needed linking
Pino Toscano
null at kde.org
Wed Nov 17 11:15:57 GMT 2021
Git commit 0ba03c1ca1fd4dce2edf0330c4be494a1f85dcc0 by Pino Toscano.
Committed on 12/01/2021 at 09:16.
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/3rdparty/indi/commit/0ba03c1ca1fd4dce2edf0330c4be494a1f85dcc0
diff --git a/debian/changelog b/debian/changelog
index 1e8ba18..013000e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ indi (1.8.8+dfsg-0r1) UNRELEASED; urgency=medium
- macos_detection.diff: drop, fixed upstream
* Stop passing --fail-missing to dh_missing, as it is the default in
debhelper compatibility 13+.
+ * Remove the explicit as-needed linking, as it is done by binutils now.
-- Debian Krap Maintainers <debian-qt-kde at lists.debian.org> Tue, 12 Jan 2021 10:05:49 +0100
diff --git a/debian/rules b/debian/rules
index f88e68c..bd1224a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
libpkgs_gen_strict_local_shlibs = $(libpkgs_all_packages)
include /usr/share/pkg-kde-tools/qt-kde-team/2/library-packages.mk
More information about the Neon-commits
mailing list