]> git.pld-linux.org Git - packages/php.git/commitdiff
disable phar on x32, constantly fails on builders auto/th/php54-5.4.41-2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 24 May 2015 19:40:45 +0000 (22:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 24 May 2015 19:40:45 +0000 (22:40 +0300)
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.057645 seconds and 4 git commands to generate.