Mercurial > packages > rhel6 > uwsgi
view uwsgi-do-not-install-plugins-into-plugin_dir.patch @ 5:e6b2af6272a4
Update to version 2.0
author | Guido Berhoerster <guido+packaging@berhoerster.name> |
---|---|
date | Wed, 08 Jan 2014 19:46:46 +0100 |
parents | 851739edafa6 |
children |
line wrap: on
line source
Index: uwsgi-1.9.21.1/uwsgiconfig.py =================================================================== --- uwsgi-1.9.21.1.orig/uwsgiconfig.py +++ uwsgi-1.9.21.1/uwsgiconfig.py @@ -1278,10 +1278,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'