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

2016-10-27 Thread Rhys Kidd
On 26 October 2016 at 00:47, Timothy Arceri wrote: > Reviewed-by: Timothy Arceri > > I guess you don't have commit access? > I do not have commit access, so would appreciate if you could please push to master. > > On Wed, 2016-10-26 at 00:13 -0400, Rhys Kidd wrote: > > Fixes the following com

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

2016-10-25 Thread Timothy Arceri
Reviewed-by: Timothy Arceri I guess you don't have commit access? On Wed, 2016-10-26 at 00:13 -0400, Rhys Kidd wrote: > Fixes the following compile error, present when the SHA1 library is > libgcrypt: > >   CCLD glsl/tests/cache-test > glsl/.libs/libglsl.a(libmesautil_la-mesa-sha1.o): In fu

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

2016-10-25 Thread Rhys Kidd
Fixes the following compile error, present when the SHA1 library is libgcrypt: 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: Rhy