-
-
Notifications
You must be signed in to change notification settings - Fork 606
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch enhances dynamic linker to resolve dependent objects that rely on DT_RUNPATH entry to specify directories to search for. Some ELFs have both DT_RUNPATH and DT_RPATH in which case our linker disregards the latter per specification. For details read slide "Finding shared libraries at run time" under http://man7.org/training/download/shlib_dynlinker_slides.pdf. Fixes #1039 Signed-off-by: Waldemar Kozaczuk <[email protected]> Message-Id: <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
3 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
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