summaryrefslogtreecommitdiffstats
path: root/src/gsoap-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-12-10 09:13:08 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-12-10 09:13:08 (GMT)
commit6b8a95c44992be22ab8a9fe37f2fceb466872c28 (patch)
tree3a1a52ce1939a60a594a1c93fb88d034e8b0ea34 /src/gsoap-1-fixes.patch
parent3d91a4ae18ece237bea9ee40d7af98dc9c11129e (diff)
downloadmxe-6b8a95c44992be22ab8a9fe37f2fceb466872c28.zip
mxe-6b8a95c44992be22ab8a9fe37f2fceb466872c28.tar.gz
mxe-6b8a95c44992be22ab8a9fe37f2fceb466872c28.tar.bz2
update package gsoap
Diffstat (limited to 'src/gsoap-1-fixes.patch')
-rw-r--r--src/gsoap-1-fixes.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch
index 8e69dbb..0d0d701 100644
--- a/src/gsoap-1-fixes.patch
+++ b/src/gsoap-1-fixes.patch
@@ -3,14 +3,14 @@ See index.html for further information.
Contains ad hoc patches for cross building.
-From 538418ded4554eec40b6a889d58cfbb493cd9a2c Mon Sep 17 00:00:00 2001
+From 456c8b43d754248563fbb7ad57a0ff91a10fcb0d Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Sun, 23 Oct 2011 21:36:53 +0200
Subject: [PATCH 1/3] support static linking to ntlm
diff --git a/configure b/configure
-index 6ac9ee7..0570bb6 100755
+index 4dca8b9..61e9549 100755
--- a/configure
+++ b/configure
@@ -4822,7 +4822,7 @@ case "${host}" in
@@ -23,10 +23,10 @@ index 6ac9ee7..0570bb6 100755
*-*-freebsd*) platform=FREEBSD ;;
*-*-openbsd*) platform=OPENBSD ;;
--
-1.7.11.4
+1.7.10.4
-From 41c709c382a1aa268c85d98df65562eb4563d640 Mon Sep 17 00:00:00 2001
+From f3aca73d1283bbcc1c2d7d622ada27b5b66a6af1 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Mon, 24 Oct 2011 11:17:13 +0200
Subject: [PATCH 2/3] ntlm support in .pc files
@@ -93,10 +93,10 @@ index 79c940a..17c9ee3 100644
-Cflags: @SOAPCPP2_IPV6@ -DWITH_OPENSSL -DWITH_DOM -DWITH_COOKIES -DWITH_GZIP -I${includedir}
+Cflags: @SOAPCPP2_IPV6@ -DWITH_OPENSSL -DWITH_DOM -DWITH_NTLM -DWITH_COOKIES -DWITH_GZIP -I${includedir}
--
-1.7.11.4
+1.7.10.4
-From 3b8d0a7db13b9c607e66c6a9d5455f26576d80fd Mon Sep 17 00:00:00 2001
+From 90981d5170719c8ed5865f97380d78e3e12c4f07 Mon Sep 17 00:00:00 2001
From: Mark Brand <mabrand@mabrand.nl>
Date: Mon, 20 Aug 2012 13:12:49 +0200
Subject: [PATCH 3/3] fix MINGW compatibility
@@ -105,10 +105,10 @@ taken from
https://sourceforge.net/tracker/?func=detail&aid=3559816&group_id=52781&atid=468023
diff --git a/gsoap/stdsoap2.h b/gsoap/stdsoap2.h
-index 8718592..ab5bed4 100644
+index 89f1c90..240a150 100644
--- a/gsoap/stdsoap2.h
+++ b/gsoap/stdsoap2.h
-@@ -2213,13 +2213,13 @@ soap_wchar soap_get1(struct soap*);
+@@ -2215,13 +2215,13 @@ soap_wchar soap_get1(struct soap*);
SOAP_FMAC1 unsigned long SOAP_FMAC2 soap_strtoul(const char *s, char **t, int b);
#endif
@@ -125,5 +125,5 @@ index 8718592..ab5bed4 100644
#else
# define soap_strtoull strtoull
--
-1.7.11.4
+1.7.10.4