WIP: always load drivers with RTLD_LOCAL
There's no good reason to load drivers using RTLD_GLOBAL, the only thing that can happen is we can import symbols that interfere with later loaded libraries.
This used to be problematic due to glapi details, but these has been fixed since a long time now, so let's go ahead and finish this up.