summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2015-08-07 06:23:29 (GMT)
committerElan Ruusamäe2015-08-07 06:23:29 (GMT)
commit3294418fb6f255eafc1e4d2bf72e610ff70e03f1 (patch)
treeff5015481ca7d5dda42c1c4bcb93c3aca2909b05
parente937f9ebcc582273933291dcdff17738f29a9d42 (diff)
downloadphp-symfony_debug-master.zip
php-symfony_debug-master.tar.gz
some builders, some php versions require pcre extHEADauto/th/php-symfony_debug-2.7.3-1master
-rw-r--r--php-symfony_debug.spec3
1 files changed, 2 insertions, 1 deletions
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