view uwsgi-do-not-install-plugins-into-plugin_dir.patch @ 2:6f2f488ec30d

Update to version 1.9.14
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Sat, 27 Jul 2013 13:52:48 +0200
parents 9668c317e887
children 8f3c148d4f0d
line wrap: on
line source

Index: uwsgi-1.9.14/uwsgiconfig.py
===================================================================
--- uwsgi-1.9.14.orig/uwsgiconfig.py
+++ uwsgi-1.9.14/uwsgiconfig.py
@@ -1175,10 +1175,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'