You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
664 B

  1. --- a/uwsgiconfig.py
  2. +++ b/uwsgiconfig.py
  3. @@ -859,11 +859,11 @@ class uConf(object):
  4. self.cflags.append('-DUWSGI_HAS_EXECINFO')
  5. report['execinfo'] = True
  6. - if self.has_include('zlib.h'):
  7. - self.cflags.append('-DUWSGI_ZLIB')
  8. - self.libs.append('-lz')
  9. - self.gcc_list.append('core/zlib')
  10. - report['zlib'] = True
  11. +# if self.has_include('zlib.h'):
  12. +# self.cflags.append('-DUWSGI_ZLIB')
  13. +# self.libs.append('-lz')
  14. +# self.gcc_list.append('core/zlib')
  15. + report['zlib'] = False
  16. if uwsgi_os == 'OpenBSD':
  17. try: