Mesa (master): clover: Fix build with LLVM libs installed to non-standard directories

Tom Stellard tstellar at kemper.freedesktop.org
Fri Jun 15 19:50:54 UTC 2012


Module: Mesa
Branch: master
Commit: f56f03428da0bf5256e7076a46df34b53d0b7b59
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f56f03428da0bf5256e7076a46df34b53d0b7b59

Author: Alexey Shvetsov <alexxy at gentoo.org>
Date:   Mon Jun  4 09:30:48 2012 -0400

clover: Fix build with LLVM libs installed to non-standard directories

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

Signed-off-by: Tom Stellard <thomas.stellard at amd.com>

---

 src/gallium/targets/opencl/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index d55b21e..4c89e36 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects
 lib_LTLIBRARIES = libOpenCL.la
 
 libOpenCL_la_LDFLAGS = \
+	$(LLVM_LDFLAGS) \
 	-version-number 1:0
 
 libOpenCL_la_LIBADD = \




More information about the mesa-commit mailing list