From 3600f6cc07b87705ab6cfb018f3aff83a641ff65 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 21 Nov 2023 14:44:55 -0700 Subject: [PATCH] openbsd: Not thread safe locales --- hints/openbsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hints/openbsd.sh b/hints/openbsd.sh index f364c9d3df4d..eb45135398d8 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -154,7 +154,7 @@ esac #XXX # https://marc.info/?l=openbsd-bugs&m=155364568608759&w=2 # which is being fixed. In the meantime, forbid POSIX 2008 locales -#d_newlocale="$undef" +d_newlocale="$undef" # Seems that OpenBSD returns bogus values in _Thread_local variables in code in # shared objects, so we need to disable it. See GH #19109