Avoid explicitly specifying -Wl,--as-needed linker flag.
authorAndreas Tille <tille@debian.org>
Tue, 7 Dec 2021 08:21:19 +0000 (09:21 +0100)
committerAndreas Tille <tille@debian.org>
Tue, 7 Dec 2021 08:21:19 +0000 (09:21 +0100)
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

debian/changelog
debian/rules

index e3d03ffe4411224bddf4344b90e428511d81ffba..9091ef1c90511e17baf32971f46910c24ce3e599 100644 (file)
@@ -3,6 +3,7 @@ python-pysam (0.18.0+ds-1) UNRELEASED; urgency=medium
   * New upstream version
   * No tab in license text (routine-update)
   * Update renamed lintian tag names in lintian overrides.
+  * Avoid explicitly specifying -Wl,--as-needed linker flag.
 
  -- Andreas Tille <tille@debian.org>  Tue, 07 Dec 2021 09:21:04 +0100
 
index 306e7305881a0f76d4a8506aeb109b40bd2c968c..3381a06342642e0c78fa22f96d12a6df2cd35245 100755 (executable)
@@ -6,7 +6,6 @@ export PYBUILD_NAME=pysam
 export LC_ALL = C.UTF-8
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
 TESTPKG    := $(DEB_SOURCE)-tests