Commit 70c4f05f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: fix GnuTLS linking on Win32

(cherry picked from commit d53688897ec773695def279cea2a179d5620c4e9)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 97e514bf
......@@ -15,3 +15,13 @@
# endif
+#endif
#endif /* !HAVE_DECL_GAI_STRERROR */
--- gnutls-3.2.17/lib/gnutls.pc.in.orig 2014-08-30 06:48:22.371307704 +0200
+++ gnutls-3.2.17/lib/gnutls.pc.in 2014-08-30 06:48:40.504956268 +0200
@@ -19,6 +19,6 @@
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@ @GMP_LIBS@
+Libs.private: @LTLIBZ@ @LTLIBINTL@ @LIBSOCKET@ -lcrypt32 @LTLIBPTHREAD@ @LTLIBICONV@ @P11_KIT_LIBS@ @LIB_SELECT@ @TSS_LIBS@ @GMP_LIBS@
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment