<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
<pre>Hi Tom,

This patch doesn't apply cleanly against mesa/master.  

For some reason, a bunch of @ symbols got translated to " at ".  Once I change that and apply the patch, it fixes the build for me.

my config:
./autogen.sh --enable-debug --with-dri-drivers=i965,radeon --with-gallium-drivers=r600 --enable-texture-float --enable-opencl --enable-r600-llvm-compiler --with-egl-platforms=x11,drm --enable-glx-tls

--Aaron Watry


From: Tom Stellard <<a
 href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">thomas.stellard at amd.com</a>>

This fixes multiple symbol errors in pipe-loader
---
 src/gallium/drivers/radeon/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/gallium/drivers/radeon/Makefile.am b/src/gallium/drivers/radeon/Makefile.am
index 091adc4..e6eb241 100644
--- a/src/gallium/drivers/radeon/Makefile.am
+++ b/src/gallium/drivers/radeon/Makefile.am
@@ -4,7 +4,7 @@ include $(top_srcdir)/src/gallium/Automake.inc
 if HAVE_GALLIUM_R600
 if HAVE_GALLIUM_RADEONSI
 lib_LTLIBRARIES = <a
 href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">libllvmradeon at VERSION</a>@.la
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">-libllvmradeon at VERSION</a>@_la_LDFLAGS = -Wl,--no-undefined -shared -avoid-version \
<a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">+libllvmradeon at VERSION</a>@_la_LDFLAGS = -Wl, -shared -avoid-version \
        $(LLVM_LDFLAGS)
 else
 noinst_LTLIBRARIES = <a
 href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">libllvmradeon at VERSION</a>@.la
@@ -26,6 +26,5 @@ <a
 href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">libllvmradeon at VERSION</a>@_la_SOURCES = \
        $(C_FILES)
 
 <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev">libllvmradeon at VERSION</a>@_la_LIBADD = \
-       $(top_builddir)/src/gallium/auxiliary/libgallium.la \
        $(CLOCK_LIB) \
        $(LLVM_LIBS)
-- 
1.7.11.4
</pre>
</body>
</html>