[sudo-commits] sudo changeset 9540:75d1563e95b4

Todd C. Miller Todd.Miller at courtesan.com
Mon Jul 14 09:08:58 MDT 2014


changeset:	9540:75d1563e95b4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/75d1563e95b4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jul 14 09:08:50 2014 -0600

Log Message:
	Avoid passing -no-fast-install to libtool as this results in the
	build dir being left in the library path of the installed executable.
	Instead, we remove the "lt-" prefix from the program name in
	initprogname() so that the regress test output is unaffected by
	libtool's binary wrapper.

diffstat:

 config.h.in                 |   3 +++
 configure                   |  10 ++++++++++
 configure.ac                |   2 +-
 include/missing.h           |  18 +++++-------------
 lib/util/progname.c         |  42 +++++++++++++++++++++++++++++++++++-------
 lib/util/util.exp           |   2 +-
 plugins/sudoers/Makefile.in |  18 +++++++++---------
 7 files changed, 64 insertions(+), 31 deletions(-)


More information about the sudo-commits mailing list