Re: [Mesa-dev] osmesa: static linking of talloc

2011-01-04 Thread Julien Cristau
On Sun, Oct 24, 2010 at 13:23:28 +0200, Tormod Volden wrote: > Commit 5a3ac74 added $(TALLOC_LIBS) to the mklib call in > src/mesa/drivers/osmesa/Makefile and this breaks static builds on > Linux since ar barfs on "-ltalloc". I have been looking at different > ways of dealing with this without fin

[Mesa-dev] osmesa: static linking of talloc

2010-10-24 Thread Tormod Volden
Commit 5a3ac74 added $(TALLOC_LIBS) to the mklib call in src/mesa/drivers/osmesa/Makefile and this breaks static builds on Linux since ar barfs on "-ltalloc". I have been looking at different ways of dealing with this without finding any elegant solution. We can change configure.ac to set TALLOC_LI