scons: Use -Bsymbolic linker option.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 28 Jun 2009 09:54:23 +0000 (10:54 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 28 Jun 2009 09:54:23 +0000 (10:54 +0100)
commit72ad039d19e033baff774b184ece9ffbfef4a2ff
tree286a69a87ba6cb7ce50a6e301e7a8884588f65b4
parent418987ff05f892d3c33ed4ddbe856c496b05ea14
scons: Use -Bsymbolic linker option.

This prevents the error

  relocation R_X86_64_PC32 against symbol `_gl_DispatchTSD' can not be used when making a shared object; recompile with -fPIC

when building on x86_64 architecture.
scons/gallium.py