[sudo-commits] sudo changeset 11478:7e843bed8435

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 22 08:18:55 MDT 2018


changeset:	11478:7e843bed8435 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7e843bed8435
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 22 08:09:46 2018 -0600

Log Message:
	Add --enable-package-build to give configure a hint that we are
	building a package.  This can be used to avoid relying on libc
	functions that may not be present in all libc versions for a
	particular system.  For instance, AIX 7.1 may or may not have
	memset_s() and getline() present.

diffstat:

 configure             |  22 ++++++++++++++++++----
 configure.ac          |  16 ++++++++++++----
 include/sudo_compat.h |   3 ---
 mkpkg                 |   6 +++++-
 4 files changed, 35 insertions(+), 12 deletions(-)


More information about the sudo-commits mailing list