[med-svn] [miaviewit] 03/05: Add -Wl,-z,now to linker flags
Gert Wollny
gert-guest at moszumanska.debian.org
Tue May 31 10:10:51 UTC 2016
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository miaviewit.
commit abaafd10c3143564de6591589c37d0c95a2b4946
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Tue May 31 09:43:52 2016 +0000
Add -Wl,-z,now to linker flags
---
debian/changelog | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bf06e34..37dafd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ miaviewit (1.0.2-2) UNRELEASED; urgency=medium
* d/rules,d/control: Switch to automatic debug packages and
update standards version
* d/control: cme fix dpkg-control
+ * d/rules: add -WL,-z,now to linker flags
-- Gert Wollny <gw.fossdev at gmail.com> Tue, 31 May 2016 09:11:11 +0000
diff --git a/debian/rules b/debian/rules
index 9e90e3d..d0d5187 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
.PHONY: override_dh_strip
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-z,now
%:
dh $@ --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/miaviewit.git
More information about the debian-med-commit
mailing list