<div dir="ltr">On 26 October 2016 at 00:47, Timothy Arceri <span dir="ltr"><<a href="mailto:timothy.arceri@collabora.com" target="_blank">timothy.arceri@collabora.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Reviewed-by: Timothy Arceri <<a href="mailto:timothy.arceri@collabora.com">timothy.arceri@collabora.com</a>><br>
<br>
I guess you don't have commit access?<br></blockquote><div><br></div><div>I do not have commit access, so would appreciate if you could please push to master.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
On Wed, 2016-10-26 at 00:13 -0400, Rhys Kidd wrote:<br>
> Fixes the following compile error, present when the SHA1 library is<br>
> libgcrypt:<br>
><br>
>   CCLD     glsl/tests/cache-test<br>
> glsl/.libs/libglsl.a(<wbr>libmesautil_la-mesa-sha1.o): In function<br>
> `call_once':<br>
> /mesa/src/util/../../include/<wbr>c11/threads_posix.h:96: undefined<br>
> reference to `pthread_once'<br>
><br>
> Signed-off-by: Rhys Kidd <<a href="mailto:rhyskidd@gmail.com">rhyskidd@gmail.com</a>><br>
> ---<br>
> v2:<br>
>  Add additional comment to the commit message (Timothy Arceri)<br>
><br>
>  src/compiler/<a href="http://Makefile.glsl.am" rel="noreferrer" target="_blank">Makefile.glsl.am</a> | 5 ++++-<br>
>  1 file changed, 4 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/src/compiler/<a href="http://Makefile.glsl.am" rel="noreferrer" target="_blank">Makefile.glsl.<wbr>am</a><br>
> b/src/compiler/<a href="http://Makefile.glsl.am" rel="noreferrer" target="_blank">Makefile.glsl.<wbr>am</a><br>
> index 80dfb73..15bea6b 100644<br>
> --- a/src/compiler/<a href="http://Makefile.glsl.am" rel="noreferrer" target="_blank">Makefile.glsl.<wbr>am</a><br>
> +++ b/src/compiler/<a href="http://Makefile.glsl.am" rel="noreferrer" target="_blank">Makefile.glsl.<wbr>am</a><br>
> @@ -62,8 +62,11 @@ glsl_tests_blob_test_LDADD =<br>
>       \<br>
>  <br>
>  glsl_tests_cache_test_SOURCES =                              \<br>
>       glsl/tests/cache_test.c<br>
> +glsl_tests_cache_test_CFLAGS =                               \<br>
> +     $(PTHREAD_CFLAGS)<br>
>  glsl_tests_cache_test_LDADD =                                \<br>
> -     glsl/<a href="http://libglsl.la" rel="noreferrer" target="_blank">libglsl.la</a><br>
> +     glsl/<a href="http://libglsl.la" rel="noreferrer" target="_blank">libglsl.la</a>                                 \<br>
> +     $(PTHREAD_LIBS)<br>
>  <br>
>  glsl_tests_general_ir_test_<wbr>SOURCES =                 \<br>
>       glsl/tests/builtin_variable_<wbr>test.cpp            \<br>
</div></div></blockquote></div><br></div></div>