diff --git a/dispatch/glproc_gl.cpp b/dispatch/glproc_gl.cpp index 5d7903a..3d963fb 100644 --- a/dispatch/glproc_gl.cpp +++ b/dispatch/glproc_gl.cpp @@ -200,7 +200,7 @@ void * _libgl_sym(const char *symbol) * exposes symbols to it. */ - _libGlHandle = _dlopen(libgl_filename, RTLD_GLOBAL | RTLD_LAZY | RTLD_DEEPBIND); + _libGlHandle = _dlopen(libgl_filename, RTLD_GLOBAL | RTLD_LAZY); if (!_libGlHandle) { os::log("apitrace: error: couldn't find libGL.so\n"); return NULL;