]> git.pld-linux.org Git - packages/php.git/commitdiff
- AC-branch merge
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Nov 2007 08:29:34 +0000 (08:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.698

php.spec

index 956a4692f7ed8a096f50f09cd3f7603ce316729d..79e110f1bffdea177ef37bc56ba6d85f2d99c26c 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -46,7 +46,7 @@
 %bcond_without apache2         # disable building apache 2.x module
 %bcond_without fcgi            # disable building FCGI SAPI
 %bcond_without zts             # disable experimental-zts
-%bcond_with    tests           # default off; test process very often hangs on buildersl; perform "make test"
+%bcond_with    tests           # default off; test process very often hangs on builders; perform "make test"
 %bcond_with    versioning      # build with experimental versioning (to load php4/php5 into same apache)
 
 %define apxs1          /usr/sbin/apxs1
@@ -1474,6 +1474,7 @@ Summary:  xmlrpc extension module for PHP
 Summary(pl.UTF-8):     Moduł xmlrpc dla PHP
 Group:         Libraries
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
+Requires:      %{name}-xml = %{epoch}:%{version}-%{release}
 Provides:      php(xmlrpc)
 
 %description xmlrpc
@@ -1615,6 +1616,13 @@ rm -rf ext/pdo_sqlite/sqlite
 #rm -rf ext/soap/interop
 rm -rf ext/xmlrpc/libxmlrpc
 
+%ifarch ppc ppc64
+# this test hungs on ac-ppc
+#mv ext/reflection/tests/007.php{,ignore}
+# this test gets killed by itself
+mv ext/standard/tests/general_functions/bug39322.phpt{,.broken}
+%endif
+
 cp -f Zend/LICENSE{,.Zend}
 
 %build
This page took 0.043644 seconds and 4 git commands to generate.