This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Enable thread-safe locales on openbsd
[perl5.git] / hints / openbsd.sh
index dd8df2f..8e60dbe 100644 (file)
@@ -153,7 +153,7 @@ esac
 # openbsd has a problem regarding newlocale()
 # 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