[sudo-commits] sudo changeset 9576:3121ad215f1e

Todd C. Miller Todd.Miller at courtesan.com
Tue Jul 29 15:50:14 MDT 2014


changeset:	9576:3121ad215f1e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/3121ad215f1e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Jul 29 10:52:43 2014 -0600

Log Message:
	Only include functions in util.exp that are actually in the library.
	Fixes a problem on Solaris where undefined functions that are listed
	as exported in the map file result in a link error.
	Also make sure we use our glob.c if the system is missing glob().

diffstat:

 MANIFEST              |    2 +-
 configure             |  455 +++++++++++++++++++++++++++++++++++++------------
 configure.ac          |  117 +++++++++++-
 include/sudo_compat.h |   10 +-
 lib/util/Makefile.in  |    2 +-
 lib/util/util.exp     |  151 ----------------
 lib/util/util.exp.in  |   92 ++++++++++
 m4/sudo.m4            |   11 +
 8 files changed, 556 insertions(+), 284 deletions(-)


More information about the sudo-commits mailing list