From: Elan Ruusamäe Date: Fri, 27 Oct 2017 14:20:13 +0000 (+0300) Subject: disable 32bit arches - broken X-Git-Tag: auto/th/php-pecl-mongodb-1.2.11-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fphp-pecl-mongodb.git;a=commitdiff_plain;h=72c237b disable 32bit arches - broken --- diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 6b28950..11edd93 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -1,3 +1,7 @@ +# TODO +# - ix86/x32 (php -m) prints:: +# src/mongoc/mongoc-handshake.c:478 _append_and_truncate(): precondition failed: space_for_suffix >= 0 +# Aborted # # Conditional build: %bcond_without tests # build without tests @@ -30,6 +34,7 @@ Requires: %{php_name}-pcre Requires: %{php_name}-spl %{?requires_php_extension} Provides: php(%{modname}) = %{version} +ExcludeArch: %{ix86} x32 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description