diff options
author | Remi Collet <remi@remirepo.net> | 2020-07-15 12:30:57 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-07-15 12:30:57 +0200 |
commit | b63633c93c853382977cec3fa4c39fc071ac67d4 (patch) | |
tree | 4bf28f4645f24582f3426a6099b5d07c49ec446a | |
parent | b6be18583e91c93e5693b799e87d6cb5583354b8 (diff) |
disable ZTS for aarch64
-rw-r--r-- | php-ioncube-loader.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 84f9a8b..c9bddfd 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -13,7 +13,7 @@ %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 %global _build_id_links none %endif -%ifarch armv7hl +%ifarch armv7hl aarch64 armv7hl %global with_zts 0 %else %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} @@ -49,6 +49,7 @@ Source3: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_aa Source90: LICENSE.txt Source91: USER-GUIDE.txt +ExclusiveArch: %{ix86} x86_64 armv7hl aarch64 BuildRequires: %{?scl_prefix}php-devel # ABI check |