summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2023-02-13 22:15:49 -0500
committerAaron M. Ucko <ucko@debian.org>2023-02-13 22:29:37 -0500
commit58017cbfb8c4de56bb5b31da3dcda606c3344657 (patch)
tree3d1babda801581bae139c41e0c0930bdc6c8c93b
parent6ccb994b122d3202571a97b5c98698edfbaede3f (diff)
Avoid explicitly specifying -Wl,--as-needed linker flag.
Changes-By: lintian-brush Fixes: lintian: debian-rules-uses-as-needed-linker-flag See-also: https://lintian.debian.org/tags/debian-rules-uses-as-needed-linker-flag.html
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules1
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index fda1178..9994e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -86,6 +86,7 @@ ncbi-entrez-direct (16.6.20220228+dfsg-1) UNRELEASED; urgency=medium
- Additionally enable the python3 build system.
- Transiently supply a non-executable(!) copy of edirect.py in debian/.
- Remove trailing whitespace.
+ - Avoid explicitly specifying -Wl,--as-needed linker flag.
-- Aaron M. Ucko <ucko@debian.org> Sun, 12 Feb 2023 23:16:18 -0500
diff --git a/debian/rules b/debian/rules
index aad9520..a49312a 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
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk