mumble/overlay_gl
Davide Beatrici 84535d893a FIX(overlay): Implement library search list for dlsym(), add "libc.so.6" to it
glibc 2.34 moved all functionality of various libraries into the main one.
As a result, dlsym() is now exported by libc instead of libdl.

This commit also makes the related code more robust.
We now iterate through a common library name/path list, regardless of the OS.
2022-11-06 21:22:12 +01:00
..
avail_mac.h MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
avail_mac.pl MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00
CMakeLists.txt BUILD(cmake): Use EXCLUDE_FROM_ALL for 3rdparty subdirs 2022-09-10 17:28:34 +02:00
init_mac.c REFAC(macos,overlay): Remove unused symbol 2022-05-17 09:35:18 +02:00
init_unix.c FIX(overlay): Implement library search list for dlsym(), add "libc.so.6" to it 2022-11-06 21:22:12 +01:00
overlay_gl.plist Unify overlay code for Unix and OS X. 2015-02-07 23:24:47 +01:00
overlay.c MAINT: Update copyright to 2022 2022-01-04 20:17:33 +01:00