]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorTomasz Flendrich <tflendrich@ntp.org>
Fri, 19 Jun 2015 23:49:56 +0000 (23:49 +0000)
committerTomasz Flendrich <tflendrich@ntp.org>
Fri, 19 Jun 2015 23:49:56 +0000 (23:49 +0000)
  added a missing "-lpthread"

bk: 5584aaa41sCvIEOg2mcjqZ77g1zofg

tests/libntp/Makefile.am

index 803a4d79e99f549a6839048b33f19da7a22c6488..dfc6565ec6bddcf6fb7bc560cda1f4e7a50d1132 100644 (file)
@@ -298,6 +298,7 @@ test_strtolfp_CFLAGS =                      \
 
 test_strtolfp_LDADD =                  \
        $(unity_tests_LDADD)            \
+       -lpthread                       \
        $(NULL)
 
 test_lfptostr_CFLAGS =                 \