Module: Mesa
Branch: master
Commit: 36320bfa54b758b34df732250365b91ff1ab858c
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=36320bfa54b758b34df732250365b91ff1ab858c

Author: Andreas Boll <[email protected]>
Date:   Tue Mar 19 11:55:41 2013 +0100

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 <[email protected]>

---

 src/gallium/drivers/radeon/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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)

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to