diff options
author | Mark Brand <mabrand@mabrand.nl> | 2012-01-07 10:17:21 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2012-01-07 10:17:21 (GMT) |
commit | 39223e0fa98d31dc3934b6b0ddb1e5939aa67351 (patch) | |
tree | 21b771751b0f01b0a47fd72ada964e751c3664fa /src/gnutls-1-fixes.patch | |
parent | ed4770987c736e3a9b7fae1f372f771575bfb87f (diff) | |
download | mxe-39223e0fa98d31dc3934b6b0ddb1e5939aa67351.zip mxe-39223e0fa98d31dc3934b6b0ddb1e5939aa67351.tar.gz mxe-39223e0fa98d31dc3934b6b0ddb1e5939aa67351.tar.bz2 |
update package gnutls
Diffstat (limited to 'src/gnutls-1-fixes.patch')
-rw-r--r-- | src/gnutls-1-fixes.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch index 7c23f4d..ac66844 100644 --- a/src/gnutls-1-fixes.patch +++ b/src/gnutls-1-fixes.patch @@ -3,7 +3,7 @@ See doc/index.html for further information. Contains ad hoc patches for cross building. -From 397faf13047eeaacaacf317ac983023eb77f917a Mon Sep 17 00:00:00 2001 +From 69dd3870644eab761258bb27156af01dd29fb970 Mon Sep 17 00:00:00 2001 From: mingw-cross-env Date: Fri, 28 Oct 2011 09:23:41 +0200 Subject: [PATCH 1/3] add missing static library linking @@ -25,18 +25,18 @@ index 32170b6..de032a2 100644 1.7.8 -From 1dae79c5198cbcbdca257ba6bb2a94f5a3fa2833 Mon Sep 17 00:00:00 2001 +From 11b726a91ae04db0158c47cf4ce218fd823d7f4c Mon Sep 17 00:00:00 2001 From: mingw-cross-env Date: Thu, 24 Nov 2011 14:40:11 +0100 Subject: [PATCH 2/3] don't try to build crywrap for windows diff --git a/configure.ac b/configure.ac -index dfe00d3..83f2992 100644 +index 78eb975..cd00934 100644 --- a/configure.ac +++ b/configure.ac -@@ -435,7 +435,7 @@ PKG_CHECK_MODULES(LIBIDN, libidn >= 0.0.0, [libidn=yes], [libidn=no]) - +@@ -437,7 +437,7 @@ else + libidn=no fi -AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$libidn" != "xno") @@ -48,7 +48,7 @@ index dfe00d3..83f2992 100644 1.7.8 -From 9b7cc0267b6f7546cc5db74f357cbdf0f71a1cea Mon Sep 17 00:00:00 2001 +From 020af519332485a21948e6662d347e33ecea7685 Mon Sep 17 00:00:00 2001 From: mingw-cross-env Date: Thu, 24 Nov 2011 15:06:06 +0100 Subject: [PATCH 3/3] disable doc and test (mingw-cross-env specific) |