[mathicgb] 08/10: debian/rules: Add '-Wl, --as-needed' to LDFLAGS to avoid useless dependencies.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 5 01:32:06 UTC 2017


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

dtorrance-guest pushed a commit to branch master
in repository mathicgb.

commit 1d6860e6b47f4514f96a7c4cde897e6ad6d37ff8
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Fri Aug 4 21:26:21 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 cb3ba08..3c6b36c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 EXAMPLESDIR = $(CURDIR)/debian/mathicgb/usr/share/doc/mathicgb/examples
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list