]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
link explicitly to librt
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 28 Apr 2013 08:50:33 +0000 (11:50 +0300)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 28 Apr 2013 08:50:33 +0000 (11:50 +0300)
tests/dtls/Makefile.am

index 559a0d46cd39a422d91e78d16203b3ecd2209860..2cd60c8024302a4ad58b5ff0f8a6416e8c115574 100644 (file)
@@ -36,7 +36,7 @@ AM_LDFLAGS = -no-install
 LDADD = ../../lib/libgnutls.la \
        ../../gl/libgnu.la \
        $(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB) \
-       $(LIB_TIMER_TIME)
+       -lrt
 
 if !WINDOWS