Mercurial > packages > rhel6 > uwsgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
1:1697a2bdcf59 | 2:6f2f488ec30d |
---|---|
1 Index: uwsgi-1.9.13/uwsgiconfig.py | 1 Index: uwsgi-1.9.14/uwsgiconfig.py |
2 =================================================================== | 2 =================================================================== |
3 --- uwsgi-1.9.13.orig/uwsgiconfig.py | 3 --- uwsgi-1.9.14.orig/uwsgiconfig.py |
4 +++ uwsgi-1.9.13/uwsgiconfig.py | 4 +++ uwsgi-1.9.14/uwsgiconfig.py |
5 @@ -1170,10 +1170,7 @@ def build_plugin(path, uc, cflags, ldfla | 5 @@ -1175,10 +1175,7 @@ def build_plugin(path, uc, cflags, ldfla |
6 except: | 6 except: |
7 pass | 7 pass |
8 | 8 |
9 - if uc: | 9 - if uc: |
10 - plugin_dest = uc.get('plugin_dir') + '/' + name + '_plugin' | 10 - plugin_dest = uc.get('plugin_dir') + '/' + name + '_plugin' |