[minetest-v04x] 08/12: export DEB_LDFLAGS_MAINT_APPEND = -Wl, --as-needed

Markus Koschany apo-guest at moszumanska.debian.org
Sun Jan 4 22:23:30 UTC 2015


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

apo-guest pushed a commit to branch master
in repository minetest-v04x.

commit 50e7c639b80fafe793eb8f4f95bed5f2bc3b0397
Author: Markus Koschany <apo at gambaru.de>
Date:   Sun Jan 4 22:32:26 2015 +0100

    export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 718f44c..d731db0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# avoid useless dependencies
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 # upstream version
 version=$(shell uscan --report-status | head -2 | tail -1 | cut -d' ' -f7 | cut -d, -f1)
 tmpdir:=$(shell mktemp -d)

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



More information about the Pkg-games-commits mailing list