[sudo-commits] sudo changeset 14701:afeb9acd894c

Todd C. Miller Todd.Miller at sudo.ws
Fri Apr 14 14:39:14 MDT 2023


changeset:	14701:afeb9acd894c in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/afeb9acd894c
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Apr 14 13:02:28 2023 -0600

Log Message:
	Use -no-undefined on macOS to avoid "-undefined dynamic_lookup" warnings.

	Starting with macOS 13, the linker warns when "-undefined dynamic_lookup"
	is used.  This is added by libtool by default on macOS but we can
	suppress it by passing -no-undefined to libtool.

diffstat:

 configure    |  82 ++++++++++++++++++++++++++++++++++++++++++++++-------------
 configure.ac |  50 ++++++++++++++++++++----------------
 2 files changed, 92 insertions(+), 40 deletions(-)



More information about the sudo-commits mailing list