From 3bb80fb281cb42a2defe4d2faaa7f306b011bdd3e393c10289a8a2acc4ed7ffa Mon Sep 17 00:00:00 2001 From: James Oakley Date: Mon, 23 Jul 2018 13:34:43 +0000 Subject: [PATCH] - Work around missing include dir in glusterfs pkg-config OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=74 --- uwsgi.changes | 5 +++++ uwsgi.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/uwsgi.changes b/uwsgi.changes index 149f494..d8e3e6a 100644 --- a/uwsgi.changes +++ b/uwsgi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 23 13:33:36 UTC 2018 - jfunk@funktronics.ca + +- Work around missing include dir in glusterfs pkg-config + ------------------------------------------------------------------- Thu May 31 00:45:55 UTC 2018 - jfunk@funktronics.ca diff --git a/uwsgi.spec b/uwsgi.spec index e60a380..893abf1 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -522,7 +522,7 @@ export UWSGICONFIG_JVM_INCPATH="%{_jvmdir}/java/include" export UWSGICONFIG_LUALIB="lua" export UWSGICONFIG_LUAPC="lua" export UWSGICONFIG_RUBYPATH="ruby1.9" -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" +export CFLAGS="%{optflags} -Wno-error=deprecated-declarations -I%{_includedir}/glusterfs -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