summaryrefslogtreecommitdiffstats
path: root/src/gnutls-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-07-07 19:39:38 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-07-07 19:39:38 (GMT)
commit55e6b9be239376532246408ffe97481de489668c (patch)
tree9529e19cc836a28b1f923314032665218df71147 /src/gnutls-1-fixes.patch
parente7e823e4e9089c7210aa3d0fc6472189dcbbc5d9 (diff)
downloadmxe-55e6b9be239376532246408ffe97481de489668c.zip
mxe-55e6b9be239376532246408ffe97481de489668c.tar.gz
mxe-55e6b9be239376532246408ffe97481de489668c.tar.bz2
package gnutls: fixed .pc file
Diffstat (limited to 'src/gnutls-1-fixes.patch')
-rw-r--r--src/gnutls-1-fixes.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch
new file mode 100644
index 0000000..a0ea247
--- /dev/null
+++ b/src/gnutls-1-fixes.patch
@@ -0,0 +1,26 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+Contains ad hoc patches for cross building.
+
+From 96f0ee1cc7e49cd7528baeb3732de747b38c7553 Mon Sep 17 00:00:00 2001
+From: mingw-cross-env
+Date: Thu, 7 Jul 2011 21:23:47 +0200
+Subject: [PATCH] adding missing ws2_32 to Libs.private
+
+
+diff --git a/lib/gnutls.pc.in b/lib/gnutls.pc.in
+index 2d3328c..661abe7 100644
+--- a/lib/gnutls.pc.in
++++ b/lib/gnutls.pc.in
+@@ -20,6 +20,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: @LTLIBGCRYPT@ @NETTLE_LIBS@
++Libs.private: @LTLIBGCRYPT@ @NETTLE_LIBS@ -lws2_32
+ @GNUTLS_REQUIRES_PRIVATE@
+ Cflags: -I${includedir}
+--
+1.7.6
+