]> git.pld-linux.org Git - packages/php.git/blobdiff - php.spec
disable phar on x32, constantly fails on builders
[packages/php.git] / php.spec
index 4befbc1b9462c3ff022041d1a5c114bfc9c35867..d4a04c3bfac2e1d527bc2132be820d64ce141caa 100644 (file)
--- a/php.spec
+++ b/php.spec
 %undefine      with_fpm
 %endif
 
+%ifarch x32
+%undefine      with_phar
+%endif
+
 %if 0
 %if %{without apache1} && %{without apache2}
 ERROR: You need to select at least one Apache SAPI to build shared modules.
@@ -124,7 +128,7 @@ ERROR: You need to select at least one Apache SAPI to build shared modules.
 %undefine      with_filter
 %endif
 
-%define                rel     1
+%define                rel     2
 %define                orgname php
 %define                ver_suffix 54
 %define                php_suffix %{!?with_default_php:%{ver_suffix}}
This page took 0.254544 seconds and 4 git commands to generate.