changeset 1923:fb1d95da571b

package gnutls: fixed .pc file
author Mark Brand <mabrand@mabrand.nl>
date Thu, 07 Jul 2011 21:39:38 +0200
parents 0b91175f9cc7
children d3311453558a
files src/gnutls-1-fixes.patch
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gnutls-1-fixes.patch	Thu Jul 07 21:39:38 2011 +0200
@@ -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
+