Hello community,

here is the log from the commit of package armagetron for openSUSE:Factory 
checked in at 2016-08-05 18:18:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/armagetron (Old)
 and      /work/SRC/openSUSE:Factory/.armagetron.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "armagetron"

Changes:
--------
--- /work/SRC/openSUSE:Factory/armagetron/armagetron.changes    2016-08-03 
11:43:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.armagetron.new/armagetron.changes       
2016-08-05 18:18:07.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug  4 16:27:44 UTC 2016 - norm...@linux.vnet.ibm.com
+
+- bypass boo#927268 for PowerPC clang failing if fstack-protector
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ armagetron.spec ++++++
--- /var/tmp/diff_new_pack.aQGxy9/_old  2016-08-05 18:18:08.000000000 +0200
+++ /var/tmp/diff_new_pack.aQGxy9/_new  2016-08-05 18:18:08.000000000 +0200
@@ -55,9 +55,14 @@
 
 %build
 autoreconf -fi
+tmpflags="%{optflags}"
 %if 0%{?suse_version} > 1315
 export CC=clang
 export CXX=clang++
+# bypass boo#927268 for PowerPC clang
+%ifarch ppc64 ppc64le
+tmpflags=${tmpflags/-fstack-protector-strong}
+%endif
 %endif
 %configure \
        --enable-music \
@@ -65,7 +70,8 @@
        --disable-uninstall \
        --disable-dependency-tracking \
        --disable-games \
-       --docdir=%{_docdir}
+       --docdir=%{_docdir} \
+       CXXFLAGS="${tmpflags}"
 make %{?_smp_mflags}
 
 %install


Reply via email to