From: Nikos Mavrogiannopoulos Date: Mon, 29 Jul 2013 07:53:17 +0000 (+0200) Subject: correctly link with librt when needed. X-Git-Tag: gnutls_3_2_3~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d53d8cef9d41f5839714ab6f7297ceb76cbe1cd4;p=thirdparty%2Fgnutls.git correctly link with librt when needed. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 9bfb68033d..400b3cfd7e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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)