ntp-4.2.8-sntp-test-pthreads.patch 325 B

1234567891011121314
  1. https://bugs.gentoo.org/563922
  2. http://bugs.ntp.org/show_bug.cgi?id=2906
  3. --- a/sntp/tests/Makefile.in
  4. +++ b/sntp/tests/Makefile.in
  5. @@ -783,6 +783,7 @@ base_LDADD = \
  6. $(LIBOPTS_LDADD) \
  7. $(LDADD_LIBEVENT) \
  8. $(top_builddir)/../libntp/libntp.a \
  9. + $(PTHREAD_LIBS) \
  10. $(LDADD_LIBNTP) \
  11. $(LDADD_NTP) \
  12. $(NULL)