Mercurial > hgrepos > FreeBSD > ports > www > uwsginl
comparison files/patch-uwsgiconfig.py @ 10:4dbd28bdcc60
FIX: Regenerated patch files to be up-to-date with 2.0.15
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Sun, 24 Sep 2017 03:02:37 +0200 |
| parents | 748e69c58ee3 |
| children | 2d507ba64af4 |
comparison
equal
deleted
inserted
replaced
| 9:c54e231ccdf7 | 10:4dbd28bdcc60 |
|---|---|
| 1 --- uwsgiconfig.py.orig 2015-10-07 04:34:01 UTC | 1 --- uwsgiconfig.py.orig 2017-03-31 00:11:36.000000000 +0200 |
| 2 +++ uwsgiconfig.py | 2 +++ uwsgiconfig.py 2017-09-24 02:49:49.458348000 +0200 |
| 3 @@ -784,15 +784,6 @@ class uConf(object): | 3 @@ -826,15 +826,6 @@ class uConf(object): |
| 4 self.cflags.append('-DUWSGI_HAS_IFADDRS') | 4 self.cflags.append('-DUWSGI_HAS_IFADDRS') |
| 5 report['ifaddrs'] = True | 5 report['ifaddrs'] = True |
| 6 | 6 |
| 7 - if uwsgi_os in ('FreeBSD', 'OpenBSD'): | 7 - if uwsgi_os in ('FreeBSD', 'OpenBSD'): |
| 8 - if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'): | 8 - if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'): |
