]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am:
authorDamir Tomic <viperus@ntp.org>
Mon, 15 Jun 2015 23:29:44 +0000 (01:29 +0200)
committerDamir Tomic <viperus@ntp.org>
Mon, 15 Jun 2015 23:29:44 +0000 (01:29 +0200)
  added -lpthread to decodenetnum_LDADD. Temporary solution, until I get an answer from jnperlin

bk: 557f5fe8PHtwEDf09khkI-aStXHIVg

tests/libntp/Makefile.am

index bfa346c4781d389c527dc4481bb01f52eed547f5..926e446fc89378225f78a71ca9c7f810ed9aa9ff 100644 (file)
@@ -229,6 +229,7 @@ test_decodenetnum_CFLAGS =          \
 
 test_decodenetnum_LDADD =              \
        $(unity_tests_LDADD)            \
+       -lpthread                       \
        $(NULL)
 
 test_socktoa_CFLAGS =                  \