comparison uwsgi-do-not-install-plugins-into-plugin_dir.patch @ 4:851739edafa6

Update to version 1.9.21.1
author Guido Berhoerster <guido+packaging@berhoerster.name>
date Wed, 18 Dec 2013 21:01:23 +0100
parents 8f3c148d4f0d
children
comparison
equal deleted inserted replaced
3:8f3c148d4f0d 4:851739edafa6
1 Index: uwsgi-1.9.15/uwsgiconfig.py 1 Index: uwsgi-1.9.21.1/uwsgiconfig.py
2 =================================================================== 2 ===================================================================
3 --- uwsgi-1.9.15.orig/uwsgiconfig.py 3 --- uwsgi-1.9.21.1.orig/uwsgiconfig.py
4 +++ uwsgi-1.9.15/uwsgiconfig.py 4 +++ uwsgi-1.9.21.1/uwsgiconfig.py
5 @@ -1188,10 +1188,7 @@ def build_plugin(path, uc, cflags, ldfla 5 @@ -1278,10 +1278,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'