From: Emil Velikov <emil.veli...@collabora.com> On platforms that require it, we bump the requirement to 0.4 or later. Due to an issue with the project [design] any version earlier than it, is bound to cause issues. For the specifics see the pthread-stubs README
Cc: Uli Schlachter <psyc...@znc.in> Cc: Jonathan Gray <j...@jsg.id.au> Cc: Jean-Sébastien Pédron <dumbb...@freebsd.org> Cc: François Tigeot <ftig...@wolfpond.org> Cc: Tobias Nygren <t...@netbsd.org> Signed-off-by: Emil Velikov <emil.l.veli...@gmail.com> --- Note: there is no pthread-stubs 0.4 yet, so this patch will wait until then. Uli, can you please cc/poke me as you roll one ? Meanwhile: gents I would like to point your attention to the README in the pthread-stubs git. Poke your C runtime people that they _really_ want to start working on lightweight pthread stubs ;-) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e94e46a0b8..54f1a636c1 100644 --- a/configure.ac +++ b/configure.ac @@ -808,7 +808,7 @@ linux* | cygwin* | darwin* | solaris* | gnu*) esac if test "x$pthread_stubs_possible" = xyes; then - PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs) + PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs >= 0.4) AC_SUBST(PTHREADSTUBS_CFLAGS) AC_SUBST(PTHREADSTUBS_LIBS) fi -- 2.11.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev