[sudo-commits] sudo changeset 14367:a0ce3347cd8d

Todd C. Miller Todd.Miller at sudo.ws
Tue Dec 6 16:27:42 MST 2022


changeset:	14367:a0ce3347cd8d in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/a0ce3347cd8d
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Dec 06 16:09:26 2022 -0700

Log Message:
	Add SUDO_CHECK_NET_FUNC to check functions in the network libraries.
	If a function is not found, check again with "-lsocket", "-linet",
	"-lsocket -lnsl", or "-lresolv".
	Also display network libs in final summary as well as the different
	linker flags.

diffstat:

 configure    |  388 +++++++++++++++++++++++++++++++++++++---------------------
 configure.ac |  178 ++++++--------------------
 m4/sudo.m4   |   35 +++++
 3 files changed, 320 insertions(+), 281 deletions(-)



More information about the sudo-commits mailing list