Re: [Mesa-dev] [PATCH 4/4] glu: Fix build of static GLU libraries

2011-12-24 Thread Alexander von Gluck
On 24.12.2011 07:35, Brian Paul wrote: On Fri, Dec 23, 2011 at 4:25 PM, Alexander von Gluck wrote: * Several platforms try to build static libGLU.a  however, the libGLU makefile only will build a shared .so * Haiku links libGLU into libGL, so this makes the process easier ---  configs/haiku  

Re: [Mesa-dev] [PATCH 4/4] glu: Fix build of static GLU libraries

2011-12-24 Thread Brian Paul
On Fri, Dec 23, 2011 at 4:25 PM, Alexander von Gluck wrote: > > * Several platforms try to build static libGLU.a >  however, the libGLU makefile only will build a shared .so > * Haiku links libGLU into libGL, so this makes the process easier > --- >  configs/haiku        |    3 +++ >  src/glu/sgi/

[Mesa-dev] [PATCH 4/4] glu: Fix build of static GLU libraries

2011-12-23 Thread Alexander von Gluck
* Several platforms try to build static libGLU.a however, the libGLU makefile only will build a shared .so * Haiku links libGLU into libGL, so this makes the process easier --- configs/haiku|3 +++ src/glu/sgi/Makefile | 10 +- 2 files changed, 12 insertions(+), 1 deletio