[Pkg-xfce-commits] r6079 - desktop/trunk/thunar/debian

Yves-Alexis Perez corsac at alioth.debian.org
Thu Sep 29 11:57:06 UTC 2011


Author: corsac
Date: 2011-09-29 11:57:06 +0000 (Thu, 29 Sep 2011)
New Revision: 6079

Modified:
   desktop/trunk/thunar/debian/changelog
   desktop/trunk/thunar/debian/rules
Log:
* debian/rules:
  - re-add -z,defs to LDFLAGS.

Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog	2011-09-29 11:19:05 UTC (rev 6078)
+++ desktop/trunk/thunar/debian/changelog	2011-09-29 11:57:06 UTC (rev 6079)
@@ -1,3 +1,10 @@
+thunar (1.2.3-2) UNRELEASED; urgency=low
+
+  * debian/rules:
+    - re-add -z,defs to LDFLAGS.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 29 Sep 2011 13:56:55 +0200
+
 thunar (1.2.3-1) unstable; urgency=low
 
   [ Lionel Le Folgoc ]

Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules	2011-09-29 11:19:05 UTC (rev 6078)
+++ desktop/trunk/thunar/debian/rules	2011-09-29 11:57:06 UTC (rev 6079)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
 export DEB_BUILD_MAINT_OPTIONS=hardening=+pie,+bindnow
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)




More information about the Pkg-xfce-commits mailing list