Files
main/server/ntp/files/gentoo/ntp-4.2.8-sntp-test-pthreads.patch
T
2022-07-31 17:13:21 +03:00

14 lines
325 B
Diff

https://bugs.gentoo.org/563922
http://bugs.ntp.org/show_bug.cgi?id=2906
--- a/sntp/tests/Makefile.in
+++ b/sntp/tests/Makefile.in
@@ -783,6 +783,7 @@ base_LDADD = \
$(LIBOPTS_LDADD) \
$(LDADD_LIBEVENT) \
$(top_builddir)/../libntp/libntp.a \
+ $(PTHREAD_LIBS) \
$(LDADD_LIBNTP) \
$(LDADD_NTP) \
$(NULL)