[sudo-commits] sudo changeset 14490:c88bd9fd05c9

Todd C. Miller Todd.Miller at sudo.ws
Thu Jan 19 14:04:04 MST 2023


changeset:	14490:c88bd9fd05c9 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c88bd9fd05c9
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Thu Jan 19 07:47:10 2023 -0700

Log Message:
	Add -Wl,--no-undefined to LDFLAGS if it is supported.
	This will find missing symbols at build-time instead of run-time.
	Don't use it on FreeBSD where environ is filled in by the dynamic loader.
	We also need to pull in -llber with -lldap where possible (instead
	of relying on DT_NEEDED) to avoid undefined symbol errors when
	building with LDAP support.

diffstat:

 configure    |  183 +++++++++++++++++++++++++++++++++++++++++-----------------
 configure.ac |   20 ++++++
 m4/ldap.m4   |   20 +++--
 3 files changed, 161 insertions(+), 62 deletions(-)



More information about the sudo-commits mailing list