From 8fbc9d9b6f09b3098a5f34340cce092aa46c42ad Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 20 Mar 2014 14:45:04 +1100 Subject: [PATCH] nouveau: use DLOPEN_LIBS instead of -ldl libdl does not exist on many platforms which have dlopen in libc. Signed-off-by: Jonathan Gray Reviewed-by: Ilia Mirkin --- src/gallium/drivers/nouveau/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/Makefile.am b/src/gallium/drivers/nouveau/Makefile.am index ac4f9bbcbf3..f0044226d2f 100644 --- a/src/gallium/drivers/nouveau/Makefile.am +++ b/src/gallium/drivers/nouveau/Makefile.am @@ -50,4 +50,4 @@ nouveau_compiler_LDADD = \ ../../auxiliary/libgallium.la \ -lstdc++ \ -lm \ - -ldl + $(DLOPEN_LIBS) -- 2.30.2