From a0a8cf22c41300c7e177dbabea5eadbcfb9a1486 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Aug 2022 11:20:17 +0200 Subject: allow aarch64 --- php-pecl-xhprof.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index 76d58d3..0df3451 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xhprof # -# Copyright (c) 2012-2021 Remi Collet +# Copyright (c) 2012-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -35,7 +35,7 @@ URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz # https://bugs.php.net/61262 -ExclusiveArch: %{ix86} x86_64 +ExclusiveArch: %{ix86} x86_64 aarch64 BuildRequires: make BuildRequires: %{?dtsprefix}gcc -- cgit