summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hints/openbsd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/hints/openbsd.sh b/hints/openbsd.sh
index 66db8e2ce1..dd8df2ffed 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