From: Juergen Perlinger Date: Sun, 4 Sep 2016 19:10:56 +0000 (+0200) Subject: [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edc0ff979d893c2af9cf89f321473543c6240b43;p=thirdparty%2Fntp.git [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd' bk: 57cc71c0pPPF3wfUejX55BY_i8KQBA --- diff --git a/ChangeLog b/ChangeLog index 0805467dc..4810c9bab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +--- +* [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd' + - fixed Makefile.am + --- (4.2.8p8) 2016/06/02 Released by Harlan Stenn diff --git a/tests/ntpd/Makefile.am b/tests/ntpd/Makefile.am index 2cab14f4c..3ce512d89 100644 --- a/tests/ntpd/Makefile.am +++ b/tests/ntpd/Makefile.am @@ -156,7 +156,6 @@ test_ntp_signd_SOURCES = \ t-ntp_signd.c \ run-t-ntp_signd.c \ $(srcdir)/../libntp/test-libntp.c \ - $(srcdir)/../../ntpd/ntp_signd.c \ $(NULL) $(srcdir)/run-t-ntp_signd.c: $(srcdir)/t-ntp_signd.c $(std_unity_list)