Re: [PATCH] egl: Use -dlopen rather than -dl which is non portable

2009-02-25 Thread Brian Paul
Dan Nicholson wrote: > On Tue, Feb 24, 2009 at 8:51 PM, Benjamin Close > wrote: >> Signed-off-by: Benjamin Close >> --- >> src/egl/main/Makefile |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile >> index 89b4a20..a543f

Re: [PATCH] egl: Use -dlopen rather than -dl which is non portable

2009-02-25 Thread Dan Nicholson
On Tue, Feb 24, 2009 at 8:51 PM, Benjamin Close wrote: > Signed-off-by: Benjamin Close > --- >  src/egl/main/Makefile |    2 +- >  1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile > index 89b4a20..a543f67 100644 > --- a/src/egl/main/M

[PATCH] egl: Use -dlopen rather than -dl which is non portable

2009-02-24 Thread Benjamin Close
Signed-off-by: Benjamin Close --- src/egl/main/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 89b4a20..a543f67 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -63,7 +63,7 @@ library: $(TOP)/$