From 88efaf8afcdfdfab8fadd004088fb6c360186753 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Wed, 7 Feb 2018 22:21:35 +0100 Subject: nx-libs.spec: only apply ppc64le workaround when compiled against RHEL/EPEL 7. --- nx-libs.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nx-libs.spec') diff --git a/nx-libs.spec b/nx-libs.spec index 748ca3d69..f68437d28 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 # 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 # Compilation failure on PPC64LE due to a compiler bug. # REMEMBER TO REMOVE ONCE DOWNSTREAM FIXES THE ISSUE! -- cgit v1.2.3