[packages/php] dep-tests.sh: adjust for static spl, pcre, hash extensions

glen glen at pld-linux.org
Wed Aug 7 23:09:53 CEST 2019


commit 77ab4842119965b7dc6804e7be6b1a5521d947a5
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Wed Aug 7 23:59:02 2019 +0300

    dep-tests.sh: adjust for static spl, pcre, hash extensions

 dep-tests.sh | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/dep-tests.sh b/dep-tests.sh
index 508f559..062c2f8 100755
--- a/dep-tests.sh
+++ b/dep-tests.sh
@@ -3,14 +3,13 @@
 
 with_mysqlnd=mysqlnd
 
-dep_spl="pcre simplexml"
-dep_session="spl $dep_spl"
-dep_filter='pcre'
+dep_session=""
+dep_filter=''
 dep_eaccelerator='session'
-dep_mysqlnd='hash'
+dep_mysqlnd=''
 dep_mysql="$dep_mysqlnd $with_mysqlnd"
-dep_mysqli="$dep_spl spl $dep_mysqlnd $with_mysqlnd"
-dep_pdo="$dep_spl spl"
+dep_mysqli="$dep_mysqlnd $with_mysqlnd"
+dep_pdo=""
 dep_pdo_sqlite="$dep_pdo pdo"
 dep_pdo_pgsql="$dep_pdo pdo"
 dep_pdo_oci="$dep_pdo pdo"
@@ -18,17 +17,17 @@ dep_pdo_odbc="$dep_pdo pdo"
 dep_pdo_firebird="$dep_pdo pdo"
 dep_pdo_dblib="$dep_pdo pdo"
 dep_pdo_mysql="$dep_pdo pdo $dep_mysqlnd $with_mysqlnd"
-dep_simplexml="$dep_spl spl"
-dep_imap="pcre"
-dep_phar="$dep_spl spl hash"
+dep_simplexml=""
+dep_imap=""
+dep_phar=""
 dep_sqlite="$dep_pdo pdo"
-dep_fileinfo="pcre"
+dep_fileinfo=""
 dep_wddx='xml'
 dep_xmlreader='dom'
 dep_xmlrpc='xml'
 dep_xsl='dom'
-dep_snmp="$dep_spl spl snmp"
-dep_opcache='pcre'
+dep_snmp="snmp"
+dep_opcache=''
 
 php=${PHP:-$(php-config --php-binary)}
 ext_dir=${EXTENSION_DIR:-$(php-config --extension-dir)}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/77ab4842119965b7dc6804e7be6b1a5521d947a5



More information about the pld-cvs-commit mailing list