From b63633c93c853382977cec3fa4c39fc071ac67d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Jul 2020 12:30:57 +0200 Subject: disable ZTS for aarch64 --- php-ioncube-loader.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit