From 79e04c39b0f9a7998b33ccecd4857ecab106f1d1 Mon Sep 17 00:00:00 2001 From: Laurent Carlier Date: Mon, 3 Dec 2012 23:14:38 +0100 Subject: [PATCH] pipe-loader: Add linking with against library. Fix underfined reference to `clock_gettime' introduce with commit 16f0d70ffe6d42d22b9e6b927b297e75a199aa78 --- src/gallium/targets/pipe-loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/pipe-loader/Makefile b/src/gallium/targets/pipe-loader/Makefile index f15cd25..243f1c8 100644 --- a/src/gallium/targets/pipe-loader/Makefile +++ b/src/gallium/targets/pipe-loader/Makefile @@ -24,7 +24,7 @@ PIPE_LIBS = \ $(TOP)/src/gallium/drivers/rbug/librbug.a \ $(GALLIUM_AUXILIARIES) -PIPE_SYS = $(LIBDRM_LIBS) -lm -lpthread $(DLOPEN_LIBS) +PIPE_SYS = $(LIBDRM_LIBS) -lm -lpthread -lrt $(DLOPEN_LIBS) PIPE_CFLAGS = $(LIBDRM_CFLAGS) -- 1.8.0.1