Drop -Werror to unbreak the clang 15 build of the embedded zlib

ok gonzalo@ (maintainer), similar diff from kn@
This commit is contained in:
jca 2023-01-13 12:28:27 +00:00
parent 13164ef000
commit 5eee03e8a0
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ SEPARATE_BUILD = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${LDFLAGS}" \
PYTHON="${MODPY_BIN}"
PYTHON="${MODPY_BIN}" \
ax_cv_check_cflags___Werror=no
CONFIGURE_ARGS = --docdir=${PREFIX}/share/examples/varnish \
--mandir=${PREFIX}/man \
--localstatedir=${LOCALSTATEDIR}