From: Andreas Boll Date: Tue, 19 Mar 2013 10:55:41 +0000 (+0100) Subject: radeon/llvm: Link against libgallium.la to fix an undefined symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=36320bfa54b758b34df732250365b91ff1ab858c;p=mesa.git 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 --- diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am index 678a0cb31d9..ef75aaadcd3 100644 --- a/src/gallium/drivers/radeon/Makefile.am +++ b/src/gallium/drivers/radeon/Makefile.am @@ -27,5 +27,6 @@ libllvmradeon@VERSION@_la_SOURCES = \ $(C_FILES) libllvmradeon@VERSION@_la_LIBADD = \ + $(top_builddir)/src/gallium/auxiliary/libgallium.la \ $(CLOCK_LIB) \ $(LLVM_LIBS)