From 5ee7770b70fd48652f905014e47b07eb031ed5bc Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 10 Aug 2022 19:07:05 -0600 Subject: Don't use POSIX 2008 locales on cygwin newlocale(), required for this, is buggy. See https://sourceware.org/pipermail/cygwin/2022-August/252043.html --- hints/cygwin.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hints') diff --git a/hints/cygwin.sh b/hints/cygwin.sh index 1f35befe8f..007ba7eda3 100644 --- a/hints/cygwin.sh +++ b/hints/cygwin.sh @@ -95,3 +95,6 @@ lddlflags="$lddlflags $ldflags" # it still doesn't work, despite our probes looking good: # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64697 d_thread_local=undef + +# Broken: https://sourceware.org/pipermail/cygwin/2022-August/252043.html */ +d_newlocale=undef -- cgit v1.2.1