[Pkg-telepathy-commits] [empathy] 02/02: debian/rules: Properly set extra LDFLAGS to not override hardening ones

Laurent Bigonville bigon at alioth.debian.org
Mon Aug 5 23:46:17 UTC 2013


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

bigon pushed a commit to branch debian-experimental
in repository empathy.

commit 215c0ab8b10ea40a5a42ea2a0f0cd1bfc5fdff78
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Tue Aug 6 01:35:55 2013 +0200

    debian/rules: Properly set extra LDFLAGS to not override hardening ones
---
 debian/changelog |    3 ++-
 debian/rules     |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3bdcbda..d862572 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 empathy (3.8.3-2) UNRELEASED; urgency=low
 
   * debian/control: Fix Homepage URL
+  * debian/rules: Properly set extra LDFLAGS to not override hardening ones
 
- -- Laurent Bigonville <bigon at debian.org>  Tue, 06 Aug 2013 01:12:20 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 06 Aug 2013 01:14:11 +0200
 
 empathy (3.8.3-1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 2b9506d..a7cfca4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,8 @@ DEB_DH_INSTALL_ARGS := --list-missing
 
 # Ensure at build time that the library has no dependencies on undefined
 # symbols, and speed up loading.
-LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+DEB_LDFLAGS_MAINT_APPEND=-Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+include /usr/share/dpkg/buildflags.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-spell=yes \
                              --enable-location=no \

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



More information about the Pkg-telepathy-commits mailing list