From: Todd C. Miller Date: Tue, 14 Feb 2017 03:33:42 +0000 (-0700) Subject: Link vsyslog.lo directly into vsyslog_test to make sure the syslog() X-Git-Tag: SUDO_1_8_20^2~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dad181be3e9f4e2cfdcadb0f7a2b370f0ae34b6;p=sudo Link vsyslog.lo directly into vsyslog_test to make sure the syslog() stub gets called. Otherwise, the real syslog will get called via libutil on AIX. --- diff --git a/lib/util/Makefile.in b/lib/util/Makefile.in index 60f9cbfd7..b1b24eec8 100644 --- a/lib/util/Makefile.in +++ b/lib/util/Makefile.in @@ -134,7 +134,7 @@ STRSPLIT_TEST_OBJS = strsplit_test.lo PARSE_GIDS_TEST_OBJS = parse_gids_test.lo -VSYSLOG_TEST_OBJS = vsyslog_test.lo +VSYSLOG_TEST_OBJS = vsyslog_test.lo vsyslog.lo all: libsudo_util.la