]> granicus.if.org Git - sudo/commitdiff
Link vsyslog.lo directly into vsyslog_test to make sure the syslog()
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 14 Feb 2017 03:33:42 +0000 (20:33 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 14 Feb 2017 03:33:42 +0000 (20:33 -0700)
stub gets called.  Otherwise, the real syslog will get called via
libutil on AIX.

lib/util/Makefile.in

index 60f9cbfd7d67bcfbd1c0e5a311f7feaea7277c77..b1b24eec82e190704a4dc9bbaefc69514929541e 100644 (file)
@@ -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