[Pkg-wmaker-commits] [wmaker] 09/10: debian/rules: Add -Wl, --as-needed to LDFLAGS to avoid useless dependencies.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Mar 13 18:31:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch experimental
in repository wmaker.

commit 8689c52ab9c7f7757b2be319ad6b03efe0184b6e
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Mar 13 14:21:41 2017 -0400

    debian/rules: Add -Wl,--as-needed to LDFLAGS to avoid useless dependencies.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 98cf262..0155078 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_CFLAGS_MAINT_APPEND += -Wall
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 LINGUAS           := $(patsubst po/%.po, %, $(wildcard po/*.po))
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmaker.git



More information about the Pkg-wmaker-commits mailing list