From 4999f0a84ec4e152aaec61af257459ab8645a907 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Tue, 19 Mar 2013 11:55:41 +0100 Subject: [PATCH] radeon/llvm: Link against libgallium.la to fix an undefined symbol Ported from downstream: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/mesa.git;a=blob;f=debian/patches/119-libllvmradeon-link.patch;h=ee47f8a07dbf33c32f8b57faed923680ed6648fb;hb=refs/heads/ubuntu%2B1 Fixes a regression introduced with f70c3853513637fa6ed38e75f73d472a9fa61213 NOTE: This is a candidate for the 9.1 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=62434 Signed-off-by: Maarten Lankhorst (cherry picked from commit 36320bfa54b758b34df732250365b91ff1ab858c) --- src/gallium/drivers/radeon/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index e6eb2419d86..77dd6a3deb0 100644 --- a/src/gallium/drivers/radeon/Makefile.am +++ b/src/gallium/drivers/radeon/Makefile.am @@ -26,5 +26,6 @@ libllvmradeon@VERSION@_la_SOURCES = \ $(C_FILES) libllvmradeon@VERSION@_la_LIBADD = \ + $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(CLOCK_LIB) \ $(LLVM_LIBS)