[sudo-commits] sudo changeset 12077:2c6c9a348d81

Todd C. Miller Todd.Miller at sudo.ws
Wed Jan 15 10:30:06 MST 2020


changeset:	12077:2c6c9a348d81 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/2c6c9a348d81
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Jan 15 10:13:54 2020 -0700

Log Message:
	We want to use DT_RUNPATH in preference to DT_RPATH in ELF binaries.
	Otherwise, LD_LIBRARY_PATH does not work when running the tests.
	The GNU linker's --enable-new-dtags can be used to do this.
	We don't do this on NetBSD where RPATH already supports LD_LIBRARY_PATH.

diffstat:

 configure    |  74 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  13 ++++++++++
 2 files changed, 87 insertions(+), 0 deletions(-)


More information about the sudo-commits mailing list