packages: php/dep-tests.sh - mysqlnd is off, add session deps
glen
glen at pld-linux.org
Mon Aug 22 08:21:17 CEST 2011
Author: glen Date: Mon Aug 22 06:21:17 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- mysqlnd is off, add session deps
---- Files affected:
packages/php:
dep-tests.sh (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/php/dep-tests.sh
diff -u packages/php/dep-tests.sh:1.6 packages/php/dep-tests.sh:1.7
--- packages/php/dep-tests.sh:1.6 Wed Apr 14 09:19:15 2010
+++ packages/php/dep-tests.sh Mon Aug 22 08:21:12 2011
@@ -4,6 +4,7 @@
with_mysqlnd=mysqlnd
dep_spl="pcre simplexml"
+dep_session="spl $dep_spl"
dep_filter='pcre'
dep_eaccelerator='session'
dep_mysql="$with_mysqlnd"
@@ -32,7 +33,7 @@
tmpini=$(mktemp)
# poldek --sn ac-ready -u php-*
-for ext in $ext_dir/spl.so; do
+for ext in $ext_dir/*.so; do
[ -f $ext ] || continue
ext=${ext##*/}; ext=${ext%.so}
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php/dep-tests.sh?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list