[flare-engine] 02/07: Build with "DEB_LDFLAGS_MAINT_APPEND := -Wl, --as-needed"
Manuel A. Fernandez Montecelo
mafm at moszumanska.debian.org
Sat Aug 1 15:58:53 UTC 2015
This is an automated email from the git hooks/post-receive script.
mafm pushed a commit to branch master
in repository flare-engine.
commit d354d514248bb892a08748bfe9243c0d2df92e0c
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date: Sat Aug 1 16:03:39 2015 +0100
Build with "DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed"
Build with "DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed" to avoid linking
against unneeded libraries
---
debian/changelog | 2 ++
debian/rules | 2 ++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 78bfcd6..3814bbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ flare-engine (0.19-2) unstable; urgency=medium
* Bump Policy Standards-Version to 3.9.6 (no changes needed)
* Add colon after "Closes" in changelog to quell lintian Error
"possible-missing-colon-in-closes"
+ * Build with "DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed" to avoid
+ linking against unneeded libraries
-- Manuel A. Fernandez Montecelo <mafm at debian.org> Sat, 01 Aug 2015 15:53:24 +0100
diff --git a/debian/rules b/debian/rules
index f222316..d4222c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
+
%:
dh $@ --buildsystem=cmake --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/flare-engine.git
More information about the Pkg-games-commits
mailing list