comparison files/patch-uwsgiconfig.py @ 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 9086ac6e44fb
comparison
equal deleted inserted replaced
10:4dbd28bdcc60 11:2d507ba64af4
1 --- uwsgiconfig.py.orig 2017-03-31 00:11:36.000000000 +0200 1 --- uwsgiconfig.py.orig 2017-03-31 00:11:36.000000000 +0200
2 +++ uwsgiconfig.py 2017-09-24 02:49:49.458348000 +0200 2 +++ uwsgiconfig.py 2017-09-24 03:02:49.672979000 +0200
3 @@ -91,7 +91,7 @@ report = {
4 'ucontext': False,
5 }
6
7 -verbose_build = False
8 +verbose_build = True
9
10 def print_compilation_output(default_str, verbose_str):
11 if verbose_build:
3 @@ -826,15 +826,6 @@ class uConf(object): 12 @@ -826,15 +826,6 @@ class uConf(object):
4 self.cflags.append('-DUWSGI_HAS_IFADDRS') 13 self.cflags.append('-DUWSGI_HAS_IFADDRS')
5 report['ifaddrs'] = True 14 report['ifaddrs'] = True
6 15
7 - if uwsgi_os in ('FreeBSD', 'OpenBSD'): 16 - if uwsgi_os in ('FreeBSD', 'OpenBSD'):