From: Harlan Stenn Date: Fri, 13 Oct 2017 02:20:50 +0000 (+0000) Subject: test_ntp_scanner_LDADD needs ntpd/ntp_io.o X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dfe0e3db0b057d8fd102e2e3f16210bd5759a42;p=thirdparty%2Fntp.git test_ntp_scanner_LDADD needs ntpd/ntp_io.o bk: 59e02302HOvDFgG84i1PUt9Q5jDx8g --- diff --git a/ChangeLog b/ChangeLog index 4131a38a6..030efad0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ * [Bug 2557] Fix Thunderbolt init. ntp-bugs@bodosom.net, perlinger@ntp. * [Bug 948] Trustedkey config directive leaks memory. * Use strlcpy() to copy strings, not memcpy(). HStenn. +* test_ntp_scanner_LDADD needs ntpd/ntp_io.o. HStenn. --- (4.2.8p10) 2017/03/21 Released by Harlan Stenn diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index 7a0638528..c6581e755 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -177,6 +177,7 @@ test_ntp_scanner_CFLAGS = \ test_ntp_scanner_LDADD = \ $(unity_tests_LDADD) \ $(top_builddir)/ntpd/ntp_config.o \ + $(top_builddir)/ntpd/ntp_io.o \ $(top_builddir)/ntpd/ntp_parser.o \ $(NULL)