From f758cd08f2de01b5807ce26b5e8994a620161689 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Sun, 17 Mar 2013 15:40:38 +0100 Subject: [PATCH] radeon/llvm: fix 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. --- 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 678a0cb..ef75aaa 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) -- 1.7.10.4