# HG changeset patch # User John Donoghue # Date 1653485821 14400 # Node ID bdbcf2e12cf6d7c23817dc78ef2c12bc33afed24 # Parent 3215f835daccc0fbc8fa4f95e1ef95a5593439a4 * src/xkbcommon.mk: disable turning warnings to errors diff -r 3215f835dacc -r bdbcf2e12cf6 src/xkbcommon.mk --- a/src/xkbcommon.mk Mon May 23 07:43:13 2022 -0400 +++ b/src/xkbcommon.mk Wed May 25 09:37:01 2022 -0400 @@ -22,6 +22,7 @@ $(CONFIGURE_CPPFLAGS) $(CONFIGURE_LDFLAGS) \ $(HOST_AND_BUILD_CONFIGURE_OPTIONS) \ --prefix='$(HOST_PREFIX)' \ + --disable-selective-werror \ && $(CONFIGURE_POST_HOOK) $(MAKE) -C '$(1)' -j '$(JOBS)'