summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-04-24 14:23:30 +0200
committerRemi Collet <fedora@famillecollet.com>2014-04-24 14:23:30 +0200
commitc064f0786a273ff80cb4aeb5a7f4ccafe961b4e1 (patch)
tree7c0786a05887d25a0ba1980232d400f1c476c797
parentff3122784bb68ec01619bcd615cb8252e7d8895c (diff)
php54: fix for el7
-rw-r--r--php54.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/php54.spec b/php54.spec
index 393c792..17a29d9 100644
--- a/php54.spec
+++ b/php54.spec
@@ -32,7 +32,11 @@
%global with_fpm 1
%if 0%{?__isa:1}
+%if 0%{?rhel} == 7
+%global isasuffix -%{__isa_bits}
+%else
%global isasuffix -%{__isa}
+%endif
%else
%global isasuffix %nil
%endif