Re: [Mesa-dev] [PATCH] osmesa: mklib requires arguments before objects

2011-01-24 Thread Brian Paul
On 01/23/2011 09:22 PM, Christopher James Halse Rogers wrote: Fixes the build when selecting driver=osmesa and building static libraries. Otherwise, mklib tries to add the ‘-ltalloc’ object to the archive, which obviously fails. Clients which statically link to osmesa will need to link to libtal

[Mesa-dev] [PATCH] osmesa: mklib requires arguments before objects

2011-01-23 Thread Christopher James Halse Rogers
Fixes the build when selecting driver=osmesa and building static libraries. Otherwise, mklib tries to add the ‘-ltalloc’ object to the archive, which obviously fails. Clients which statically link to osmesa will need to link to libtalloc also, as specified in the Libs.private of osmesa.pc. Fixes: