From 72c237bbf36e7792be2ee1a1efb172f611913515 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Fri, 27 Oct 2017 17:20:13 +0300 Subject: [PATCH] disable 32bit arches - broken --- php-pecl-mongodb.spec | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.43.0