From f90e320be06c8573103eb2080ecf36672a491fb6 Mon Sep 17 00:00:00 2001 From: David Heidelberger Date: Sat, 12 Oct 2013 22:05:10 +0200 Subject: [PATCH] Ugly workaround to build mesa with llvm-9999 --- src/gallium/targets/egl-static/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 0b30aeb..1de54a3 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -227,7 +227,7 @@ egl_gallium_la_LIBADD += \ endif if HAVE_MESA_LLVM -egl_gallium_la_LIBADD += $(LLVM_LIBS) +egl_gallium_la_LIBADD += $(LLVM_LIBS) $(LLVM_LDFLAGS) egl_gallium_la_LDFLAGS += $(LLVM_LDFLAGS) if HAVE_OPENGL -- 1.8.3.2