]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update Libs.private with @LIB_CLOCK_GETTIME@ as well
authorMartin Storsjo <martin@martin.st>
Mon, 21 Jan 2013 22:15:51 +0000 (00:15 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 22 Jan 2013 19:10:35 +0000 (20:10 +0100)
This is required when linking as static libraries on linux, for
-lrt.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
lib/gnutls.pc.in

index 3e29c5baa5dbfc8b185b614acfa46da381ee8566..5e2ae11e505ca318b5c20c072c4327b270597959 100644 (file)
@@ -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}