]> git.pld-linux.org Git - packages/php.git/commitdiff
- temp workaround for broken tls in ac-i386
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 10 Oct 2011 21:20:22 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.805.2.95

php.spec

index 09c7b7d9217348e1ce321eefeda6d28675c82bc6..074119658520eb000557482b597a0af6427b5629 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -2311,7 +2311,10 @@ generate_inifiles
 PHP=./sapi/cli/php EXTENSION_DIR=modules CONFIG_DIR=conf.d ./dep-tests.sh > dep-tests.log
 if grep -v OK dep-tests.log; then
        echo >&2 "The results above were not expected"
+# TEMP: ac-i386 builder is broken
+%ifnarch i386
        exit 1
+%endif
 fi
 
 
This page took 0.046777 seconds and 4 git commands to generate.