• Dridi Boukelmoune's avatar
    build: Revisit zlib C flags one more time · 79c7d175
    Dridi Boukelmoune authored
    Trying to fix the build for clang 15 actually broke the build for GCC.
    
    The -Werror that was initially set after saving CFLAGS was meant to be
    part of NO_VIZ test. We turn warnings into errors later in the configure
    script so at this point we shouldn't care about it. If we really do, we
    can move this check below the line where -Werror is set.
    
    GCC chokes on -Wno-error=deprecated-non-prototype so instead we add it
    conditionally.
    
    To match the naming convention everywhere else, libvgz_extra_cflags was
    renamed to VGZ_CFLAGS.
    
    Refs 118fd10c
    79c7d175
Name
Last commit
Last update
.circleci Loading commit data...
.github Loading commit data...
bin Loading commit data...
contrib Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
tools Loading commit data...
vmod Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
.lgtm.yml Loading commit data...
.syntastic_c_config Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.Packaging Loading commit data...
README.rst Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish-legacy.m4 Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...
vtc.am Loading commit data...
wflags.py Loading commit data...