[Pkg-xfce-commits] r6065 - goodies/trunk/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Thu Sep 29 05:33:30 UTC 2011


Author: corsac
Date: 2011-09-29 05:33:30 +0000 (Thu, 29 Sep 2011)
New Revision: 6065

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/rules
Log:
add -Wl,--as-needed -Wl,-O1 to LDFLAGS.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-09-28 21:13:31 UTC (rev 6064)
+++ goodies/trunk/lightdm/debian/changelog	2011-09-29 05:33:30 UTC (rev 6065)
@@ -7,6 +7,7 @@
   * debian/rules:
     - drop all hardening rules now done by dh in compat mode 9, but manually
       add pie and bindnow.
+    - add -Wl,--as-needed -Wl,-O1 to LDFLAGS.
     - update gdmflexiserver path for multi-arch paths.
   * debian/compat bumped to 9.
   * debian/control:

Modified: goodies/trunk/lightdm/debian/rules
===================================================================
--- goodies/trunk/lightdm/debian/rules	2011-09-28 21:13:31 UTC (rev 6064)
+++ goodies/trunk/lightdm/debian/rules	2011-09-29 05:33:30 UTC (rev 6065)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+pie,+bindnow
+export DEB_LDFLAGS_APPEND=-Wl,--as-needed -Wl,-O1
+export DEB_BUILD_MAINT_OPTIONS="hardening=+pie,+bindnow"
 
 override_dh_auto_configure:
 	dh_auto_configure -- --with-greeter-user=lightdm --with-user-session=lightdm-xsession




More information about the Pkg-xfce-commits mailing list