diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-09 10:03:03 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-09 10:03:03 +0100 | 
| commit | 79bfa0be2f529040fb293daea5f7371791ad71fd (patch) | |
| tree | ffb3b173a4a50923a3e6adc2d0be9d98fb627193 | |
| parent | f714354355d31674f5c5df23f8e9c258392676ca (diff) | |
php-pecl-v8js: disable arm build
| -rw-r--r-- | php-pecl-v8js.spec | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/php-pecl-v8js.spec b/php-pecl-v8js.spec index 1dd36cd..455a8d4 100644 --- a/php-pecl-v8js.spec +++ b/php-pecl-v8js.spec @@ -27,7 +27,9 @@ Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz  # https://github.com/phpv8/v8js/pull/266  Patch0:         %{pecl_name}-pr266.patch -BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# See http://pkgs.fedoraproject.org/cgit/rpms/v8.git/tree/v8.spec#n49 +# arm is excluded because of bz1334406 +ExclusiveArch:	%{ix86} x86_64 ppc ppc64 aarch64 %{mips} s390 s390x  BuildRequires:  %{?scl_prefix}php-devel > 7  BuildRequires:  %{?scl_prefix}php-pear  # because of https://bugzilla.redhat.com/1378889 @@ -134,8 +136,6 @@ make %{?_smp_mflags}  %install -rm -rf %{buildroot} -  make -C NTS install INSTALL_ROOT=%{buildroot}  # install config file  | 
