diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-04 11:20:17 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-04 11:20:17 +0200 |
commit | a0a8cf22c41300c7e177dbabea5eadbcfb9a1486 (patch) | |
tree | d0a603bbb083a1b0672463fe779030e6316a9218 | |
parent | 09562581cac5ce129861faa5745e2ce28c690372 (diff) |
allow aarch64
-rw-r--r-- | php-pecl-xhprof.spec | 4 |
1 files 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 |