Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
changeset 11:2d507ba64af4
Patch uwsgiconfig.py to always build verbosely
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 24 Sep 2017 03:04:27 +0200 |
| parents | 4dbd28bdcc60 |
| children | 9916e049d554 |
| files | files/patch-uwsgiconfig.py |
| diffstat | 1 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/files/patch-uwsgiconfig.py Sun Sep 24 03:02:37 2017 +0200 +++ b/files/patch-uwsgiconfig.py Sun Sep 24 03:04:27 2017 +0200 @@ -1,5 +1,14 @@ --- uwsgiconfig.py.orig 2017-03-31 00:11:36.000000000 +0200 -+++ uwsgiconfig.py 2017-09-24 02:49:49.458348000 +0200 ++++ uwsgiconfig.py 2017-09-24 03:02:49.672979000 +0200 +@@ -91,7 +91,7 @@ report = { + 'ucontext': False, + } + +-verbose_build = False ++verbose_build = True + + def print_compilation_output(default_str, verbose_str): + if verbose_build: @@ -826,15 +826,6 @@ class uConf(object): self.cflags.append('-DUWSGI_HAS_IFADDRS') report['ifaddrs'] = True
