]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
correctly link with librt when needed.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 29 Jul 2013 07:53:17 +0000 (09:53 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 29 Jul 2013 07:53:17 +0000 (09:53 +0200)
lib/Makefile.am

index 9bfb68033db64cc0b4cda40a03e04939671d3de7..400b3cfd7efa6c528e91273a4f8525ccd6aaab29 100644 (file)
@@ -119,7 +119,7 @@ libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \
        accelerated/libaccelerated.la ext/libgnutls_ext.la \
        auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
        extras/libgnutls_extras.la
-thirdparty_libadd = $(LTLIBZ)  $(LTLIBINTL) $(LIBSOCKET) $(LIBRT) \
+thirdparty_libadd = $(LTLIBZ)  $(LTLIBINTL) $(LIBSOCKET) $(LTLIBRT) \
        $(LTLIBPTHREAD) $(LTLIBICONV) $(P11_KIT_LIBS) $(LIB_SELECT) $(TSS_LIBS) \
        $(LTLIBICONV)