Skip to content

Remove need for DT_FILTER/DT_AUXILIARY support

Kyle Brenneman requested to merge github/fork/bnguyen0/master into master

Created by: bnguyen0

This series of changes adds an alternate implementation of libGL and libOpenGL that does not rely on ELF symbol filtering, to work around glibc bug https://sourceware.org/bugzilla/show_bug.cgi?id=16272.

Merge request reports