From 493152123c27357853dd74ad85b57786a98797d8 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 2 Apr 2023 00:52:17 +0200 Subject: [PATCH] fpm supported also on %{arm} aarch64 sparcv9 sparc64 --- php.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php.spec b/php.spec index 207ea03..865bf6e 100644 --- a/php.spec +++ b/php.spec @@ -123,8 +123,8 @@ %undefine with_pdo_oci %endif -%ifnarch %{ix86} %{x8664} x32 -# unsupported, see sapi/cgi/fpm/fpm_atomic.h +%ifnarch %{ix86} %{x8664} x32 %{arm} aarch64 sparcv9 sparc64 +# unsupported, see sapi/fpm/fpm/fpm_atomic.h %undefine with_fpm %endif -- 2.44.0