From: Martin Storsjo Date: Mon, 21 Jan 2013 22:15:51 +0000 (+0200) Subject: Update Libs.private with @LIB_CLOCK_GETTIME@ as well X-Git-Tag: gnutls_3_1_7~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de8a4fc45e487d765acdb3eef304443c7cc2c632;p=thirdparty%2Fgnutls.git Update Libs.private with @LIB_CLOCK_GETTIME@ as well This is required when linking as static libraries on linux, for -lrt. Signed-off-by: Nikos Mavrogiannopoulos --- diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index 3e29c5baa5..5e2ae11e50 100644 --- a/lib/gnutls.pc.in +++ b/lib/gnutls.pc.in @@ -19,6 +19,6 @@ Description: Transport Security Layer implementation for the GNU system URL: http://www.gnu.org/software/gnutls/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LTLIBNETTLE@ @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ +Libs.private: @LTLIBNETTLE@ @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @LIB_CLOCK_GETTIME@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir}