commit 4a78b64defad2a1336c4bd02e2b942f9c21f0547
Author: Elan Ruusamäe <[email protected]>
Date:   Mon Nov 23 11:03:49 2015 +0200

    i686 build needs pcre
    
    grr, why is i686 so different than x86_64/x32 that it always fails with
    php stuff with random places like failing to load some library, brr.

 php-pecl-uopz.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/php-pecl-uopz.spec b/php-pecl-uopz.spec
index f45e022..e719fee 100644
--- a/php-pecl-uopz.spec
+++ b/php-pecl-uopz.spec
@@ -18,8 +18,9 @@ BuildRequires:        %{php_name}-devel >= 4:5.4.0
 BuildRequires: rpmbuild(macros) >= 1.666
 %if %{with tests}
 BuildRequires: %{php_name}-cli
-BuildRequires: %{php_name}-spl
+BuildRequires: %{php_name}-pcre
 BuildRequires: %{php_name}-session
+BuildRequires: %{php_name}-spl
 %endif
 %{?requires_php_extension}
 Provides:      php(uopz) = %{version}
@@ -65,7 +66,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 session" \
+       PHP_TEST_SHARED_SYSTEM_EXTENSIONS="pcre spl session" \
        RUN_TESTS_SETTINGS="-q $*"
 EOF
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-uopz.git/commitdiff/4a78b64defad2a1336c4bd02e2b942f9c21f0547

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to