>From 73b78140bb8ab6e125f3cced7e37624b6384d7a4 Mon Sep 17 00:00:00 2001 From: Paul Eggert
Date: Fri, 19 Jul 2019 14:09:53 -0700 Subject: [PATCH] maint: avoid Gnulib setlocale module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem reported for MS-Windows by Richard Gering (Bug#34376). Diffutils doesnât need any of the Gnulib fixes for setlocale. * bootstrap.conf (gnulib_tool_option_extras): Avoid the setlocale module. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 4671349..7d5ea62 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -101,6 +101,7 @@ XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\ gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --avoid=localename --avoid=lock + --avoid=setlocale --symlink --makefile-name=gnulib.mk " -- 2.17.1