CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2010/07/24 12:16:40
Modified files:
dist/Mesa/src/glx: dri_common.c
Log message:
When a dri driver dlopen()s libGL to try and get the correct symbols (in
case libGL itself was dlopen()ed), it was using "libGL.so.1" (linux
convention, doesn't work on OpenBSD). Change it to "libGL.so" so it has
a hope in hell of working.
I finally wrote this patch when trying to port perl's OpenGL modules
ages ago and i finally decided that hacking each instance of dlopening
libGL to use RTLD_GLOBAL was dumb.
ok matthieu@