# HG changeset patch # User Franz Glasner # Date 1506215067 -7200 # Node ID 2d507ba64af4f952a90bb692f133f355f7a209a0 # Parent 4dbd28bdcc60e6903b4fe6de975410e976f3d481 Patch uwsgiconfig.py to always build verbosely diff -r 4dbd28bdcc60 -r 2d507ba64af4 files/patch-uwsgiconfig.py --- 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