diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-04-24 14:23:30 +0200 |
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-04-24 14:23:30 +0200 |
| commit | c064f0786a273ff80cb4aeb5a7f4ccafe961b4e1 (patch) | |
| tree | 7c0786a05887d25a0ba1980232d400f1c476c797 | |
| parent | ff3122784bb68ec01619bcd615cb8252e7d8895c (diff) | |
php54: fix for el7
| -rw-r--r-- | php54.spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
