diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-06-02 19:10:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-06-02 19:22:46 +0200 |
commit | 02eb70d6d96f624ed6cc55dfa62734495dffbb44 (patch) | |
tree | 64ec2d2612f55a31c0ab74d5579fe4a7dd92a00a /lib/gnutls.pc.in | |
parent | 35dd36c2fb529ecde48147ee6b04fe879917f574 (diff) | |
download | gnutls-02eb70d6d96f624ed6cc55dfa62734495dffbb44.tar.gz |
Directly link to gmp library. Based on original patch by Alon Bar-Lev <alon.barlev@gmail.com>.
Diffstat (limited to 'lib/gnutls.pc.in')
-rw-r--r-- | lib/gnutls.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in index 13f2d3ba1e..a25fcdf637 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.gnutls.org/ Version: @VERSION@ Libs: -L${libdir} -lgnutls -Libs.private: @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ +Libs.private: @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@ @GNUTLS_REQUIRES_PRIVATE@ Cflags: -I${includedir} |