SHA256
1
0
forked from pool/uwsgi

Accepting request 433255 from server:http

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/433255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/uwsgi?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2016-10-10 14:20:18 +00:00 committed by Git OBS Bridge
commit 0a272f3e12
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 28 02:00:36 UTC 2016 - jfunk@funktronics.ca
- Don't fail build on deprecated declarations
-------------------------------------------------------------------
Wed Jun 8 18:53:26 UTC 2016 - buschmann23@opensuse.org

View File

@ -526,7 +526,7 @@ export UWSGICONFIG_JVM_INCPATH="%{_jvmdir}/java/include"
export UWSGICONFIG_LUALIB="lua"
export UWSGICONFIG_LUAPC="lua"
export UWSGICONFIG_RUBYPATH="ruby1.9"
export CFLAGS="%{optflags} -I$(echo %{_libdir}/erlang/lib/erl_interface-*/include) -I%{_jvmdir}/java/include/linux -L$UWSGICONFIG_JVM_LIBPATH/jli"
export CFLAGS="%{optflags} -Wno-error=deprecated-declarations -I$(echo %{_libdir}/erlang/lib/erl_interface-*/include) -I%{_jvmdir}/java/include/linux -L$UWSGICONFIG_JVM_LIBPATH/jli"
%{?jobs:export CPUCOUNT=%jobs}
python uwsgiconfig.py --build opensuse