[packages/php-pecl-igbinary] spl requires pcre

glen glen at pld-linux.org
Wed Jun 11 13:43:15 CEST 2014


commit a923f40315473403a24e029de8e7641242dbb1ee
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jun 11 14:43:13 2014 +0300

    spl requires pcre

 php-pecl-igbinary.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 4134e09..e6d459c 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -71,9 +71,9 @@ phpize
 # without APC to ensure that can run without
 %{__php} -n -q \
 	-dextension_dir=modules \
+	-dextension=%{php_extensiondir}/pcre.so \
 	-dextension=%{php_extensiondir}/spl.so \
 	-dextension=%{php_extensiondir}/simplexml.so \
-	-dextension=%{php_extensiondir}/pcre.so \
 	-dextension=%{php_extensiondir}/session.so \
 	-dextension=%{modname}.so \
 	-m > modules.log
@@ -83,7 +83,7 @@ cat <<'EOF' > run-tests.sh
 #!/bin/sh
 %{__make} test \
 	PHP_EXECUTABLE=%{__php} \
-	PHP_TEST_SHARED_SYSTEM_EXTENSIONS="spl simplexml pcre session" \
+	PHP_TEST_SHARED_SYSTEM_EXTENSIONS="pcre spl simplexml session" \
 	RUN_TESTS_SETTINGS="-q $*"
 EOF
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-igbinary.git/commitdiff/a923f40315473403a24e029de8e7641242dbb1ee



More information about the pld-cvs-commit mailing list