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

Rhys Kidd rhyskidd at gmail.com
Wed Oct 26 05:04:38 UTC 2016


On 26 October 2016 at 00:47, Timothy Arceri <timothy.arceri at collabora.com>
wrote:

> Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>
>
> 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 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: Rhys Kidd <rhyskidd at gmail.com>
> > ---
> > v2:
> >  Add additional comment to the commit message (Timothy Arceri)
> >
> >  src/compiler/Makefile.glsl.am | 5 ++++-
> >  1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/src/compiler/Makefile.glsl.am
> > b/src/compiler/Makefile.glsl.am
> > index 80dfb73..15bea6b 100644
> > --- a/src/compiler/Makefile.glsl.am
> > +++ b/src/compiler/Makefile.glsl.am
> > @@ -62,8 +62,11 @@ glsl_tests_blob_test_LDADD =
> >       \
> >
> >  glsl_tests_cache_test_SOURCES =                              \
> >       glsl/tests/cache_test.c
> > +glsl_tests_cache_test_CFLAGS =                               \
> > +     $(PTHREAD_CFLAGS)
> >  glsl_tests_cache_test_LDADD =                                \
> > -     glsl/libglsl.la
> > +     glsl/libglsl.la                                 \
> > +     $(PTHREAD_LIBS)
> >
> >  glsl_tests_general_ir_test_SOURCES =                 \
> >       glsl/tests/builtin_variable_test.cpp            \
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161026/d3fb2f13/attachment.html>


More information about the mesa-dev mailing list