From d283d9f317b013359de28b79582f0642e17007c1 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 10 May 2016 12:50:41 -0400 Subject: [PATCH] fix el6 ppc64 build --- R.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.spec b/R.spec index 600a431..7738d00 100644 --- a/R.spec +++ b/R.spec @@ -49,7 +49,7 @@ %global libicu 0 %endif -%if 0%{?rhel} = 6 +%if 0%{?rhel} == 6 %ifarch ppc64 %global libicu 0 %endif