diff --git a/hints/openbsd.sh b/hints/openbsd.sh index 66db8e2ce1ec..dd8df2ffed87 100644 --- a/hints/openbsd.sh +++ b/hints/openbsd.sh @@ -155,4 +155,8 @@ esac # which is being fixed. In the meantime, forbid POSIX 2008 locales 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 +d_thread_local=undef + # end