Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: kleink
Date: Sun Aug 1 19:47:08 UTC 1999
Modified Files:
basesrc/libexec/ld.elf_so: rtld.c rtld.h search.c
basesrc/usr.bin/ldd/ldd_elf: ldd.c
Log Message:
Rearrange the shared library search path precedences to LD_LIBRARY_PATH >
runpath > built-in default; this is the behaviour of the SVR4 shared loader,
and gives users the opportunity to override the runpath. (Addresses a report
on current-users by John Kohl.)
To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/libexec/ld.elf_so/rtld.c
cvs rdiff -r1.14 -r1.15 basesrc/libexec/ld.elf_so/rtld.h
cvs rdiff -r1.4 -r1.5 basesrc/libexec/ld.elf_so/search.c
cvs rdiff -r1.5 -r1.6 basesrc/usr.bin/ldd/ldd_elf/ldd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index