Commit 88efaf8a authored by Mihai Moldovan's avatar Mihai Moldovan

nx-libs.spec: only apply ppc64le workaround when compiled against RHEL/EPEL 7.

parent a110b0c4
%global _hardened_build 1 %global _hardened_build 1
# Override values for specific architectures. # Override values for specific architectures.
%ifarch ppc64le %ifarch ppc64le && 0%{?rhel} == 7
# Works around https://bugs.centos.org/view.php?id=13779 / https://bugzilla.redhat.com/show_bug.cgi?id=1489712 # 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. # Compilation failure on PPC64LE due to a compiler bug.
# REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE! # REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE!
......
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