[wesnoth/f19] Enable PIE.

Jon Ciesla limb at fedoraproject.org
Thu Apr 25 14:51:49 UTC 2013


commit 2a67c8dbd2a3e2c8f88ed7d22615f308e3b33d41
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Thu Apr 25 09:47:51 2013 -0500

    Enable PIE.

 wesnoth.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/wesnoth.spec b/wesnoth.spec
index f98089d..89f86cc 100644
--- a/wesnoth.spec
+++ b/wesnoth.spec
@@ -3,7 +3,7 @@
 
 Name:           wesnoth
 Version:        1.10.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Turn-based strategy game with a fantasy theme
 
 Group:          Amusements/Games
@@ -111,6 +111,7 @@ This package contains the data files for Wesnoth.
 # Cannot use configure macro because noarch-redhat-linux is not recognized by the auto tools in the tarball
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS"
+export LDFLAGS="%{?__global_ldflags}"
 #./configure --prefix=%{_prefix} --exec-prefix=%{_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir}  --mandir=%{_mandir} --infodir=%{_infodir} \
 #    --disable-dependency-tracking \
 #    --with-localedir=%{_datadir}/locale \
@@ -339,6 +340,9 @@ fi
 #%endif
 
 %changelog
+* Thu Apr 25 2013 Jon Ciesla <limburgher at gmail.com> - 1.10.6-3
+- Add PIE, BZ 955196.
+
 * Wed Apr 24 2013 Jon Ciesla <limburgher at gmail.com> - 1.10.6-2
 - Fix for crash, BZ 953327.
 


More information about the scm-commits mailing list