Bug 65103 - mesa: fix build on uclibc system
Summary: mesa: fix build on uclibc system
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 23:05 UTC by Anthony G. Basile
Modified: 2013-05-29 14:40 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
mesa: fix build on uclibc system (1.44 KB, text/plain)
2013-05-28 23:05 UTC, Anthony G. Basile
Details

Description Anthony G. Basile 2013-05-28 23:05:05 UTC
Created attachment 79926 [details]
mesa: 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
Comment 1 Brian Paul 2013-05-29 14:31:43 UTC
Looks good to me.  I'll commit your patch in a bit.
Comment 2 Brian Paul 2013-05-29 14:40:52 UTC
Pushed as commit 22f1add9687ac272bc731b6612bfee50bdbf2f7e


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.