Commit 9d750c68 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le.

Hopefully just a temporary workaround until https://bugzilla.redhat.com/show_bug.cgi?id=1489712 / https://bugs.centos.org/view.php?id=13779 are resolved. Backported from Arctica GH 3.6.x branch. v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
parent df3944d4
...@@ -14,6 +14,12 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low ...@@ -14,6 +14,12 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
- Add new x2goagent.options file to installed file list of x2goagent - Add new x2goagent.options file to installed file list of x2goagent
package. package.
- Let x2goagent package satisfy x2goagent-virtual. - Let x2goagent package satisfy x2goagent-virtual.
- nx-libs.spec: add -mno-vxs to general C(XX)FLAGS on ppc64le.
Hopefully just a temporary workaround until
https://bugzilla.redhat.com/show_bug.cgi?id=1489712 /
https://bugs.centos.org/view.php?id=13779 are resolved.
Backported from Arctica GH 3.6.x branch.
v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
* debian/: * debian/:
- Add x2goagent.options file for compatibility with x2goserver nightly. - Add x2goagent.options file for compatibility with x2goserver nightly.
* debian/roll-tarballs.sh: * debian/roll-tarballs.sh:
......
%global _hardened_build 1 %global _hardened_build 1
# Override values for specific architectures.
%ifarch ppc64le
# Works around https://bugs.centos.org/view.php?id=13779 / https://bugzilla.redhat.com/show_bug.cgi?id=1489712
# Compilation failure on PPC64LE due to a compiler bug.
# REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE!
%global __global_cflags %{__global_cflags} -mno-vsx
%global __global_cxxflags %{__global_cxxflags} -mno-vsx
%endif
Name: nx-libs Name: nx-libs
Version: 3.5.0.33 Version: 3.5.0.33
Release: 0.0x2go1%{?dist} Release: 0.0x2go1%{?dist}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment