gallium: fix build on uclibc system
authorAnthony G. Basile <blueness@gentoo.org>
Tue, 28 May 2013 22:58:10 +0000 (22:58 +0000)
committerBrian Paul <brianp@vmware.com>
Wed, 29 May 2013 14:32:35 +0000 (08:32 -0600)
commit22f1add9687ac272bc731b6612bfee50bdbf2f7e
tree08b6e39c818154f96de2bd28d0f4459e8f052d27
parent4dea6cf21557bcd3bbab3402e19e19f665d7e177
gallium: fix build on uclibc system

execinfo.h and debug_symbol_name_glibc() are pure GNU-isms and do not
build on uclibc systems.  A previous patch addressed this issue, but
there was an error.  This patch corrects that error.  See

  https://bugs.freedesktop.org/show_bug.cgi?id=51782
  https://bugs.gentoo.org/show_bug.cgi?id=469768

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_debug_symbol.c