view uwsgi-do-not-install-plugins-into-plugin_dir.patch @ 3:8f3c148d4f0d

Update to version 1.9.15
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Mon, 09 Sep 2013 19:21:35 +0200
parents 6f2f488ec30d
children 851739edafa6
line wrap: on
line source

Index: uwsgi-1.9.15/uwsgiconfig.py
===================================================================
--- uwsgi-1.9.15.orig/uwsgiconfig.py
+++ uwsgi-1.9.15/uwsgiconfig.py
@@ -1188,10 +1188,7 @@ def build_plugin(path, uc, cflags, ldfla
     except:
         pass
 
-    if uc:
-        plugin_dest = uc.get('plugin_dir') + '/' + name + '_plugin'
-    else:
-        plugin_dest = name + '_plugin'
+    plugin_dest = name + '_plugin'
 
     shared_flag = '-shared'