From 4dad181be3e9f4e2cfdcadb0f7a2b370f0ae34b6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 13 Feb 2017 20:33:42 -0700 Subject: [PATCH] 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. --- lib/util/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0