summaryrefslogtreecommitdiffstats
path: root/src/gnutls-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-08-19 12:18:25 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-08-19 12:18:25 (GMT)
commitb5cc7307664ee30041f99df3d6b4c60d50dc9ae1 (patch)
treeacf0848ca465d8132099162e869c1b6d1375477e /src/gnutls-1-fixes.patch
parentb4e65e00ad0bcf323b2453bfa6367f946a403fad (diff)
downloadmxe-b5cc7307664ee30041f99df3d6b4c60d50dc9ae1.zip
mxe-b5cc7307664ee30041f99df3d6b4c60d50dc9ae1.tar.gz
mxe-b5cc7307664ee30041f99df3d6b4c60d50dc9ae1.tar.bz2
update package gnutls
Now depends on p11-kit. This required some fixing up of gsoap where the dependencies were hard-coded.
Diffstat (limited to 'src/gnutls-1-fixes.patch')
-rw-r--r--src/gnutls-1-fixes.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch
index a0ea247..d68e8ba 100644
--- a/src/gnutls-1-fixes.patch
+++ b/src/gnutls-1-fixes.patch
@@ -3,22 +3,22 @@ See doc/index.html for further information.
Contains ad hoc patches for cross building.
-From 96f0ee1cc7e49cd7528baeb3732de747b38c7553 Mon Sep 17 00:00:00 2001
+From 2f8e6d6727a6140e12b8af09a64cdec05054162e Mon Sep 17 00:00:00 2001
From: mingw-cross-env
-Date: Thu, 7 Jul 2011 21:23:47 +0200
+Date: Wed, 17 Aug 2011 14:01:51 +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
+index bac5f42..eb4e6df 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
+-Libs.private: @LTLIBGCRYPT@ @LTLIBNETTLE@ @NETTLE_LIBS@ @GNUTLS_ZLIB_LIBS_PRIVATE@
++Libs.private: @LTLIBGCRYPT@ @LTLIBNETTLE@ @NETTLE_LIBS@ @P11_KIT_LIBS@ @GNUTLS_ZLIB_LIBS_PRIVATE@ -lws2_32
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}
--