radeon/llvm: Link against libgallium.la to fix an undefined symbol
authorAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 19 Mar 2013 10:55:41 +0000 (11:55 +0100)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Tue, 19 Mar 2013 11:07:51 +0000 (12:07 +0100)
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 <maarten.lankhorst@canonical.com>
src/gallium/drivers/radeon/Makefile.am

index 678a0cb31d9c8eb2e20353341e3dc865b2508ea0..ef75aaadcd38246c0666995efef8b9bb49db04b1 100644 (file)
@@ -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)