[Pkg-xfce-commits] r7354 - goodies/branches/experimental/lightdm/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Apr 5 07:35:25 UTC 2013


Author: corsac
Date: 2013-04-05 19:35:25 +0000 (Fri, 05 Apr 2013)
New Revision: 7354

Modified:
   goodies/branches/experimental/lightdm/debian/changelog
   goodies/branches/experimental/lightdm/debian/rules
Log:
disable pie hardening flags for now, it segfaults at startup.

Modified: goodies/branches/experimental/lightdm/debian/changelog
===================================================================
--- goodies/branches/experimental/lightdm/debian/changelog	2013-04-05 05:44:03 UTC (rev 7353)
+++ goodies/branches/experimental/lightdm/debian/changelog	2013-04-05 19:35:25 UTC (rev 7354)
@@ -10,7 +10,7 @@
   * debian/control:
     - add build-dep on libgcrypt11-dev.
   * debian/rules:
-    - enable all hardening flags.
+    - disable pie hardening flags for now, it segfaults at startup.
     - fix gdmflexiserver removal
     - fix permissions on apparmor profiles.
   * debian/lightdm.install:

Modified: goodies/branches/experimental/lightdm/debian/rules
===================================================================
--- goodies/branches/experimental/lightdm/debian/rules	2013-04-05 05:44:03 UTC (rev 7353)
+++ goodies/branches/experimental/lightdm/debian/rules	2013-04-05 19:35:25 UTC (rev 7354)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+#export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 




More information about the Pkg-xfce-commits mailing list