Mercurial > packages > rhel6 > uwsgi
comparison 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 |
comparison
equal
deleted
inserted
replaced
2:6f2f488ec30d | 3:8f3c148d4f0d |
---|---|
1 Index: uwsgi-1.9.14/uwsgiconfig.py | 1 Index: uwsgi-1.9.15/uwsgiconfig.py |
2 =================================================================== | 2 =================================================================== |
3 --- uwsgi-1.9.14.orig/uwsgiconfig.py | 3 --- uwsgi-1.9.15.orig/uwsgiconfig.py |
4 +++ uwsgi-1.9.14/uwsgiconfig.py | 4 +++ uwsgi-1.9.15/uwsgiconfig.py |
5 @@ -1175,10 +1175,7 @@ def build_plugin(path, uc, cflags, ldfla | 5 @@ -1188,10 +1188,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' |