[Pkg-telepathy-commits] [SCM] folks packaging branch branch, debian-experimental, updated. debian/0.9.1-2-16-g2c356e0

Laurent Bigonville bigon at bigon.be
Sat Jun 8 14:37:26 UTC 2013


The following commit has been merged in the debian-experimental branch:
commit 821afecb63f3ec820e4fab4b6529977bd74175a9
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sat Jun 8 16:09:24 2013 +0200

    debian/rules: Properly set extra LDFLAGS to not override hardening ones

diff --git a/debian/changelog b/debian/changelog
index aa55bca..c0eead0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ folks (0.9.2-1) UNRELEASED; urgency=low
     hardening flags for free
   * debian/rules: Explicitly pass --enable-zeitgeist to the configure
   * debian/control: Update Homepage field to the GNOME wiki page
+  * debian/rules: Properly set extra LDFLAGS to not override hardening ones
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Tue, 28 May 2013 21:27:31 +0200
 
diff --git a/debian/rules b/debian/rules
index 9796743..3d81b3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 
 # Ensure at build time that the library has no dependencies on undefined
 # symbols, and speed up loading.
-export LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf --with gir

-- 
folks packaging branch



More information about the Pkg-telepathy-commits mailing list