]> git.pld-linux.org Git - packages/php.git/commitdiff
fpm supported also on %{arm} aarch64 sparcv9 sparc64
authorJan Palus <atler@pld-linux.org>
Sat, 1 Apr 2023 22:52:17 +0000 (00:52 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 1 Apr 2023 22:52:17 +0000 (00:52 +0200)
php.spec

index 207ea034d7fc3e7f3b5ee1bf826f453fb47f5421..865bf6e88d58dc193bef92160f9bec83197713fa 100644 (file)
--- a/php.spec
+++ b/php.spec
 %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
 
This page took 0.07906 seconds and 4 git commands to generate.