[ahcpd] Enable PIE.

Jon Ciesla limb at fedoraproject.org
Thu Apr 25 13:34:03 UTC 2013


commit e5bfb6d8d1c97e42fe4810dcd0245ef884ffcc83
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 25 08:30:00 2013 -0500

    Enable PIE.

 ahcpd.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ahcpd.spec b/ahcpd.spec
index 038b574..15006c1 100644
--- a/ahcpd.spec
+++ b/ahcpd.spec
@@ -2,7 +2,7 @@
 
 Name:           ahcpd
 Version:        0.53
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Ad-hoc network configuration daemon
 
 Group:          System Environment/Base
@@ -25,7 +25,7 @@ transitive connectivity, such as mesh networks.
 %setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
+make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="%{?__global_ldflags}" %{?_smp_mflags}
 
 
 %install
@@ -74,6 +74,9 @@ fi
 
 
 %changelog
+* Thu Apr 25 2013 Jon Ciesla <limburgher at gmail.com> - 0.53-4
+- Add LDFLAGS to enable PIE, BZ 955446.
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.53-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list