In revision 1.21 I changed the search order for shared libraries,
but I forgot to make the corresponding fix to the comment. Rectify that. Submitted by: Tony Finch <fanf@demon.net>
This commit is contained in:
parent
e94e8ff3a5
commit
89c68d81c1
@ -676,9 +676,9 @@ elf_hash(const char *name)
|
||||
* loaded shared object, whose library search path will be searched.
|
||||
*
|
||||
* The search order is:
|
||||
* rpath in the referencing file
|
||||
* LD_LIBRARY_PATH
|
||||
* ldconfig hints
|
||||
* rpath in the referencing file
|
||||
* /usr/lib
|
||||
*/
|
||||
static char *
|
||||
|
Loading…
Reference in New Issue
Block a user