From 0177ff0039613f5fbfffa90c9971cdef17550206 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 27 Mar 2014 20:21:52 +0000 Subject: [PATCH] pipe-loader: use PTHREAD_LIBS over -lpthread Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- src/gallium/targets/pipe-loader/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index fae4fa3..ef11104 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -42,7 +42,7 @@ PIPE_LIBS = \ $(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \ $(DLOPEN_LIBS) \ $(CLOCK_LIB) \ - -lpthread \ + $(PTHREAD_LIBS) \ -lm AM_LDFLAGS = \ -- 2.7.4