summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElan Ruusamäe2015-05-08 18:12:12 (GMT)
committerElan Ruusamäe2015-05-08 18:12:12 (GMT)
commite6d4c6c9da57c0f8f245c6a16d906c3aa22b3d6d (patch)
tree99e84994b511848cb80f770d115bb668a7db6f18
parentbd027da54c7a16679aea1d48d281c0fb9fa6eb28 (diff)
downloadphp-ext-pimple-e6d4c6c9da57c0f8f245c6a16d906c3aa22b3d6d.zip
php-ext-pimple-e6d4c6c9da57c0f8f245c6a16d906c3aa22b3d6d.tar.gz
depend pcre when testing
-rw-r--r--php-ext-pimple.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php-ext-pimple.spec b/php-ext-pimple.spec
index d3aa6ce..6c37d80 100644
--- a/php-ext-pimple.spec
+++ b/php-ext-pimple.spec
@@ -54,7 +54,7 @@ grep %{modname} modules.log
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"
%endif
%install