Re: [Mesa-dev] [PATCH] glsl: Add pthread libs to cache_test

2016-10-23 Thread Timothy Arceri
On Sat, 2016-10-22 at 20:07 -0400, Rhys Kidd wrote: > Fixes the following compile error: > >   CCLD glsl/tests/cache-test > glsl/.libs/libglsl.a(libmesautil_la-mesa-sha1.o): In function > `call_once': > /mesa/src/util/../../include/c11/threads_posix.h:96: undefined > reference to `pthread_once

[Mesa-dev] [PATCH] glsl: Add pthread libs to cache_test

2016-10-22 Thread Rhys Kidd
Fixes the following compile error: CCLD glsl/tests/cache-test glsl/.libs/libglsl.a(libmesautil_la-mesa-sha1.o): In function `call_once': /mesa/src/util/../../include/c11/threads_posix.h:96: undefined reference to `pthread_once' Signed-off-by: Rhys Kidd --- src/compiler/Makefile.glsl.am |