[sudo-commits] sudo changeset 13498:cdefeeb41a64

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 17 11:02:29 MDT 2021


changeset:	13498:cdefeeb41a64 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/cdefeeb41a64
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Sep 13 09:33:17 2021 -0600

Log Message:
	Teach mkdep.pl about --tag=disable-static in LTFLAGS.
	If static objs are disabled we need to add explicit dependencies for
	.o files.  The OpenBSD libtool doesn't use a pic object file when
	linking executables so we need to build the non-pic objects too.

diffstat:

 configure                  |   2 +-
 configure.ac               |   2 +-
 plugins/python/Makefile.in |  16 +++++++++++++++-
 scripts/mkdep.pl           |  46 ++++++++++++++++++++++++++++++----------------
 src/Makefile.in            |  17 ++++++++++++++---
 5 files changed, 61 insertions(+), 22 deletions(-)



More information about the sudo-commits mailing list