[bzflag] 23/36: export DEB_LDFLAGS_MAINT_APPEND = -Wl, --as-needed to avoid useless

Markus Koschany apo at moszumanska.debian.org
Fri Jul 22 11:16:15 UTC 2016


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

apo pushed a commit to branch master
in repository bzflag.

commit df4dcf3a419546fe347515bf4e86966b51c0d25b
Author: Markus Koschany <apo at debian.org>
Date:   Fri Jul 22 07:24:36 2016 +0200

    export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed to avoid useless
    
    dependencies.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 19b1bd8..8313254 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,9 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# This file is public domain software, originally written by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 export CCACHE_DIR=$(CURDIR)/ccache
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)

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



More information about the Pkg-games-commits mailing list