[gogoc/el6] Fix PPC build

Juan Orti jorti at fedoraproject.org
Mon Feb 24 14:57:13 UTC 2014


commit 44d98a7a1535aa3cb420661379cea7ddcbd2ca26
Author: Juan Orti Alcaine <j.orti.alcaine at gmail.com>
Date:   Mon Feb 24 15:57:58 2014 +0100

    Fix PPC build

 gogoc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gogoc.spec b/gogoc.spec
index b94a146..39eddb5 100644
--- a/gogoc.spec
+++ b/gogoc.spec
@@ -5,7 +5,7 @@
 
 Name:           gogoc
 Version:        1.2
-Release:        36%{?dist}
+Release:        38%{?dist}
 Summary:        IPv6 TSP client for gogo6
 
 Group:          System Environment/Daemons
@@ -78,7 +78,7 @@ cp -p %{SOURCE3} %{SOURCE4} %{SOURCE5} SELinux
 %build
 CFLAGS="%{optflags} -fPIE"; export CFLAGS
 CXXFLAGS="%{optflags} -fPIE"; export CXXFLAGS
-LDFLAGS="-Wl,-z,relro -pie -z now"; export LDFLAGS
+LDFLAGS="-Wl,-z,relro -Wl,-z,now"; export LDFLAGS
 make -j1 all
 cd SELinux
 for selinuxvariant in %{selinux_variants}
@@ -183,6 +183,9 @@ fi
 %{_datadir}/selinux/*/%{name}.pp
 
 %changelog
+* Mon Feb 24 2014 Juan Orti Alcaine <jorti at fedoraproject.org> - 1.2-38
+- Fix PPC build
+
 * Fri Feb 21 2014 Juan Orti Alcaine <jorti at fedoraproject.org> - 1.2-37
 - Add EPEL support
 


More information about the scm-commits mailing list