]> git.pld-linux.org Git - packages/php.git/blobdiff - dep-tests.sh
- mysqlnd is off, add session deps
[packages/php.git] / dep-tests.sh
index 075e27bc44b13bbc6c443b7a014182f70ed2c374..0a19c2397c0b1e92f60e95fc53b80ec328e17e1a 100644 (file)
@@ -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 @@ conf_dir=${CONFIG_DIR:-$(php-config --sysconfdir)/conf.d $(php-config --sysconfd
 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}
 
This page took 0.033879 seconds and 4 git commands to generate.