Skip to content

Commit

Permalink
Avoid explicitly specifying -Wl,--as-needed linker flag.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jenkins committed Sep 10, 2021
1 parent b00c397 commit 32ba318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ukwm (1.2.1-2) UNRELEASED; urgency=medium

* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
* Avoid explicitly specifying -Wl,--as-needed linker flag.

-- Debian Janitor <[email protected]> Fri, 10 Sep 2021 08:49:29 -0000

Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,--as-needed
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x"))
Expand Down

0 comments on commit 32ba318

Please sign in to comment.