Mesa (master): configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD

Emil Velikov evelikov at kemper.freedesktop.org
Wed Apr 5 17:11:35 UTC 2017


Module: Mesa
Branch: master
Commit: 830712482968a3f3fe30e9618b11546ff0bbb51b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=830712482968a3f3fe30e9618b11546ff0bbb51b

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Apr  5 17:21:29 2017 +0100

configure.ac: pthread-stubs is not a thing on GNU/kFreeBSD

As mentioned on the xcb mailing list, the platform uses the GLIBC
forwarding mechanism.

https://lists.freedesktop.org/archives/xcb/2016-November/010896.html

Cc: Andreas Boll <andreas.boll.dev at gmail.com>
Reported-by: Andreas Boll <andreas.boll.dev at gmail.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1c60a59823..74a28ac1d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -817,7 +817,7 @@ fi
 dnl pthread-stubs is mandatory on BSD platforms, due to the nature of the
 dnl project. Even then there's a notable issue as described in the project README
 case "$host_os" in
-linux* | cygwin* | darwin* | solaris* | gnu*)
+linux* | cygwin* | darwin* | solaris* | *-gnu* | gnu*)
     pthread_stubs_possible="no"
     ;;
 * )




More information about the mesa-commit mailing list