[sudo-commits] sudo changeset 9896:708418615aae

Todd C. Miller Todd.Miller at courtesan.com
Tue Feb 17 06:46:40 MST 2015


changeset:	9896:708418615aae in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/708418615aae
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Feb 17 06:42:10 2015 -0700

Log Message:
	Use weak symbols for sudo_warn_gettext() and sudo_warn_strerror()
	so distros using "-Wl,--no-undefined" in LDFLAGS don't run into
	problems.

diffstat:

 MANIFEST                |    1 +
 aclocal.m4              |    1 +
 config.h.in             |   19 ++
 configure               |  344 ++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac            |   16 ++
 lib/util/Makefile.in    |   14 +-
 lib/util/locale_weak.c  |   80 +++++++++++
 m4/ax_sys_weak_alias.m4 |  337 +++++++++++++++++++++++++++++++++++++++++++++++
 mkdep.pl                |    2 +-
 src/Makefile.in         |    4 +-
 src/locale_stub.c       |    6 +-
 11 files changed, 815 insertions(+), 9 deletions(-)


More information about the sudo-commits mailing list