[packages/php/PHP_5_4] disable phar on x32, constantly fails on builders

glen glen at pld-linux.org
Sun May 24 21:41:00 CEST 2015


commit 8904945cb8f21f4076cf23efd1adb75965e98c92
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun May 24 22:40:45 2015 +0300

    disable phar on x32, constantly fails on builders

 php.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/php.spec b/php.spec
index 4befbc1..d4a04c3 100644
--- a/php.spec
+++ b/php.spec
@@ -113,6 +113,10 @@
 %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}}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/8904945cb8f21f4076cf23efd1adb75965e98c92



More information about the pld-cvs-commit mailing list