From 098bb538cb5dc066124e7cf6271c7008811a3a5a Mon Sep 17 00:00:00 2001 From: Jorge Gallegos Date: Thu, 7 Jan 2016 14:23:32 -0800 Subject: [PATCH] Really fixing stats_pusher_mongodb --- uwsgi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uwsgi.spec b/uwsgi.spec index 2c8947c..294d8f7 100644 --- a/uwsgi.spec +++ b/uwsgi.spec @@ -1115,7 +1115,7 @@ CFLAGS="%{optflags} -Wno-unused-but-set-variable" %{__python3} uwsgiconfig.py -- %endif %if %{with mongodblibs} CFLAGS="%{optflags} -Wno-unused-but-set-variable" python uwsgiconfig.py --plugin plugins/mongodblog fedora -CFLAGS="%{optflags} -Wno-unused-but-set-variable" python uwsgiconfig.py --plugin plugins/stats_pusher_mongodb fedora +CFLAGS="%{optflags} -Wno-unused-but-set-variable -std=gnu++11 -Wno-error" python uwsgiconfig.py --plugin plugins/stats_pusher_mongodb fedora %endif %if %{with mono} CFLAGS="%{optflags} -Wno-unused-but-set-variable" python uwsgiconfig.py --plugin plugins/mono fedora