[neon/backports-focal/xdg-desktop-portal/Neon/unstable] debian: d/rules: Don't explicitly use --as-needed linker option
Simon McVittie
null at kde.org
Wed Jan 13 06:32:43 GMT 2021
Git commit e1d2de873a7074054a93e52c6c1b6d294929bad2 by Simon McVittie.
Committed on 27/04/2020 at 07:17.
Pushed by ash into branch 'Neon/unstable'.
d/rules: Don't explicitly use --as-needed linker option
It's the default with bullseye toolchains.
M +0 -1 debian/rules
https://invent.kde.org/neon/backports-focal/xdg-desktop-portal/commit/e1d2de873a7074054a93e52c6c1b6d294929bad2
diff --git a/debian/rules b/debian/rules
index fab9531..6ed00ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
export LC_ALL=C.UTF-8
include /usr/share/dpkg/default.mk
More information about the Neon-commits
mailing list