[lightdm] revert building PIE to avoid crashes (#956868)

Rex Dieter rdieter at fedoraproject.org
Fri Apr 26 04:58:45 UTC 2013


commit 9617f07f2ebc70c4e7c3b555975a9eea8d09336f
Author: Rex Dieter <rdieter1 at localhost.localdomain>
Date:   Thu Apr 25 23:58:44 2013 -0500

    revert building PIE to avoid crashes (#956868)

 lightdm.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/lightdm.spec b/lightdm.spec
index 668c08a..ef0be8a 100644
--- a/lightdm.spec
+++ b/lightdm.spec
@@ -3,12 +3,13 @@
 %define systemd 1
 %endif
 
-%global _hardened_build 1
+# Revert, crashes https://bugzilla.redhat.com/956868
+#global _hardened_build 1
 
 Name:    lightdm
 Summary: Lightweight Display Manager
 Version: 1.6.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 # library/bindings are LGPLv2 or LGPLv3, the rest GPLv3+
 License: (LGPLv2 or LGPLv3) and GPLv3+
@@ -264,6 +265,9 @@ exit 0
 
 
 %changelog
+* Thu Apr 25 2013 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-4
+- revert building PIE to avoid crashes (#956868)
+
 * Thu Apr 25 2013 Rex Dieter <rdieter at fedoraproject.org> 1.6.0-3
 - lightdm package should be built with PIE flags (#955147)
 - apply systemd patch unconditionally


More information about the scm-commits mailing list