]> git.pld-linux.org Git - packages/php-ext-pimple.git/commitdiff
depend pcre when testing
authorElan Ruusamäe <glen@delfi.ee>
Fri, 8 May 2015 18:12:12 +0000 (21:12 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 8 May 2015 18:12:12 +0000 (21:12 +0300)
php-ext-pimple.spec

index d3aa6cec8ce12d475d823153308a98fa1f017555..6c37d80d58619cb31257f8b6dd63ecee5d387a7a 100644 (file)
@@ -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
This page took 0.067815 seconds and 4 git commands to generate.