From: Jonathan Gray Date: Thu, 20 Mar 2014 03:45:04 +0000 (+1100) Subject: nouveau: use DLOPEN_LIBS instead of -ldl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8fbc9d9b6f09b3098a5f34340cce092aa46c42ad;p=mesa.git 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 --- 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)