Drop -Werror to let this build with clang 15

This commit is contained in:
jca 2023-01-24 18:02:13 +00:00
parent 3079f632f4
commit f4cb24d94b
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS += --without-libiberty \
CONFIGURE_ARGS += --disable-Werror \
--without-libiberty \
--without-avahi \
--with-gtk