[packages/php-symfony_debug] some builders, some php versions require pcre ext

glen glen at pld-linux.org
Fri Aug 7 08:23:35 CEST 2015


commit 3294418fb6f255eafc1e4d2bf72e610ff70e03f1
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Aug 7 09:23:29 2015 +0300

    some builders, some php versions require pcre ext

 php-symfony_debug.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/php-symfony_debug.spec b/php-symfony_debug.spec
index 3df4f3e..7ac59a9 100644
--- a/php-symfony_debug.spec
+++ b/php-symfony_debug.spec
@@ -19,6 +19,7 @@ BuildRequires:	%{php_name}-devel >= 4:5.3
 BuildRequires:	rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires:	%{php_name}-cli
+BuildRequires:	%{php_name}-pcre
 BuildRequires:	%{php_name}-spl
 %endif
 %{?requires_php_extension}
@@ -53,7 +54,7 @@ cat <<'EOF' > run-tests.sh
 export NO_INTERACTION=1 REPORT_EXIT_STATUS=1 MALLOC_CHECK_=2
 %{__make} test \
 	PHP_EXECUTABLE=%{__php} \
-	PHP_TEST_SHARED_SYSTEM_EXTENSIONS="spl" \
+	PHP_TEST_SHARED_SYSTEM_EXTENSIONS="pcre spl" \
 	RUN_TESTS_SETTINGS="-q $*"
 EOF
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-symfony_debug.git/commitdiff/3294418fb6f255eafc1e4d2bf72e610ff70e03f1



More information about the pld-cvs-commit mailing list