summaryrefslogtreecommitdiffstats
path: root/src/gnutls-1-fixes.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnutls-1-fixes.patch')
-rw-r--r--src/gnutls-1-fixes.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/gnutls-1-fixes.patch b/src/gnutls-1-fixes.patch
index 5a09c63..7c23f4d 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 1b8300eee68e9768ba628d51facf8183255a6e78 Mon Sep 17 00:00:00 2001
+From 397faf13047eeaacaacf317ac983023eb77f917a 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
@@ -22,22 +22,22 @@ index 32170b6..de032a2 100644
@GNUTLS_REQUIRES_PRIVATE@
Cflags: -I${includedir}
--
-1.7.7.3
+1.7.8
-From 84e79eadf2edae75ecb93792cf9899932b9d3a49 Mon Sep 17 00:00:00 2001
+From 1dae79c5198cbcbdca257ba6bb2a94f5a3fa2833 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 028ffe4..9c183ae 100644
+index dfe00d3..83f2992 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -431,7 +431,7 @@ AC_CHECK_FUNCS([alarm atexit dup2 epoll_create kqueue memchr memset munmap \
+@@ -435,7 +435,7 @@ PKG_CHECK_MODULES(LIBIDN, libidn >= 0.0.0, [libidn=yes], [libidn=no])
- PKG_CHECK_MODULES(LIBIDN, libidn >= 0.0.0, [libidn=yes], [libidn=no])
+ fi
-AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$libidn" != "xno")
+AM_CONDITIONAL(ENABLE_CRYWRAP, test "x$have_win" != "xyes" && test "x$libidn" != "xno")
@@ -45,17 +45,17 @@ index 028ffe4..9c183ae 100644
dnl end of crywrap requirements
--
-1.7.7.3
+1.7.8
-From fc59afca0261a79ebca4898c6d70434a7f9895f7 Mon Sep 17 00:00:00 2001
+From 9b7cc0267b6f7546cc5db74f357cbdf0f71a1cea 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)
diff --git a/Makefile.am b/Makefile.am
-index 14c2642..ec86896 100644
+index 16861a2..d48abdf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
@@ -68,5 +68,5 @@ index 14c2642..ec86896 100644
if HAVE_GUILE
SUBDIRS += guile
--
-1.7.7.3
+1.7.8