[packages/php-pecl-uopz] i686 build needs pcre
glen
glen at pld-linux.org
Mon Nov 23 10:04:42 CET 2015
commit 4a78b64defad2a1336c4bd02e2b942f9c21f0547
Author: Elan Ruusamäe <glen at delfi.ee>
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
More information about the pld-cvs-commit
mailing list