SHA256
1
0
forked from pool/uwsgi

Accepting request 323279 from server:http

1

OBS-URL: https://build.opensuse.org/request/show/323279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2015-08-19 07:29:25 +00:00 committed by Git OBS Bridge
commit 08d738a8a5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 12 11:10:35 UTC 2015 - dvaleev@suse.com
- Don't build v8 plugin for PowerPC
-------------------------------------------------------------------
Sun Jun 28 18:10:21 UTC 2015 - jfunk@funktronics.ca

View File

@ -500,7 +500,7 @@ excluded_plugins="$excluded_plugins matheval"
# V8 is not yet available on all platforms and is broken in the v8 versions in
# 13.1+
%ifarch %{ix86} x86_64 %{arm}
%ifarch %{ix86} x86_64 %{arm} ppc ppc64 ppc64le
%if 0%{?suse_version} >= 1310
excluded_plugins="$excluded_plugins v8"
%endif