]> git.pld-linux.org Git - packages/php-pecl-msgpack.git/commitdiff
pcre for tests on i486/i686 auto/th/php-pecl-msgpack-0.5.5-1
authorElan Ruusamäe <glen@delfi.ee>
Wed, 21 Jan 2015 18:59:27 +0000 (20:59 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 21 Jan 2015 18:59:27 +0000 (20:59 +0200)
php-pecl-msgpack.spec

index 91f713e4d38c77f97c9b3b56658c315ec64de7b1..9d123d4174df5f5cf3e1b7f5b1734625a14f6ff8 100644 (file)
@@ -17,6 +17,7 @@ BuildRequires:        %{php_name}-devel
 BuildRequires: rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires: %{php_name}-cli
+BuildRequires: %{php_name}-pcre
 BuildRequires: %{php_name}-session
 BuildRequires: %{php_name}-spl
 %endif
@@ -46,6 +47,7 @@ phpize
 # simple module load test
 %{__php} -n -q \
        -d extension_dir=modules \
+       -d extension=%{php_extensiondir}/pcre.so \
        -d extension=%{php_extensiondir}/spl.so \
        -d extension=%{php_extensiondir}/session.so \
        -d extension=%{modname}.so \
@@ -55,7 +57,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 session"
+       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="pcre spl session"
 %endif
 
 %install
This page took 0.090775 seconds and 4 git commands to generate.