From: Damir Tomic Date: Mon, 15 Jun 2015 23:29:44 +0000 (+0200) Subject: Makefile.am: X-Git-Tag: NTP_4_3_42~2^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824186edd84711d32ae8e465e045746ff28db3ba;p=thirdparty%2Fntp.git Makefile.am: added -lpthread to decodenetnum_LDADD. Temporary solution, until I get an answer from jnperlin bk: 557f5fe8PHtwEDf09khkI-aStXHIVg --- diff --git a/tests/libntp/Makefile.am b/tests/libntp/Makefile.am index bfa346c47..926e446fc 100644 --- a/tests/libntp/Makefile.am +++ b/tests/libntp/Makefile.am @@ -229,6 +229,7 @@ test_decodenetnum_CFLAGS = \ test_decodenetnum_LDADD = \ $(unity_tests_LDADD) \ + -lpthread \ $(NULL) test_socktoa_CFLAGS = \