configs/linux-static | 3 ++- configs/linux-x86-64-static | 3 ++- configs/linux-x86-static | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 1837b8c214a362ccecc441f7b6880f623e70b8d6 Author: Dan Nicholson <[EMAIL PROTECTED]> Date: Wed Oct 31 17:12:07 2007 -0700 configs: Fix linking with static libGL and --as-needed Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions. (cherry picked from commit 6aaf9bdd418e11d5ccb76a6ab85a8df36b0c8804) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
