forked from mumble-voip/mumble
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
bf4ad2b
commit 84535d8
Showing
1 changed file
with
112 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters