summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2011-04-18 08:22:54 (GMT)
committerMark Brand <mabrand@mabrand.nl>2011-04-18 08:22:54 (GMT)
commit67388b0048fbbc45368e1c162ad9fcf54da3d745 (patch)
tree010aefdedb9fbfd4b5426357f73c110a1742b670
parent84d5f7dd5184130129aa05d7de6303955d008565 (diff)
downloadmxe-67388b0048fbbc45368e1c162ad9fcf54da3d745.zip
mxe-67388b0048fbbc45368e1c162ad9fcf54da3d745.tar.gz
mxe-67388b0048fbbc45368e1c162ad9fcf54da3d745.tar.bz2
package gsoap: fix .pc file
-rw-r--r--src/gsoap-1-fixes.patch26
1 files changed, 24 insertions, 2 deletions
diff --git a/src/gsoap-1-fixes.patch b/src/gsoap-1-fixes.patch
index c162108..77972ab 100644
--- a/src/gsoap-1-fixes.patch
+++ b/src/gsoap-1-fixes.patch
@@ -1,13 +1,14 @@
This file is part of mingw-cross-env.
See doc/index.html for further information.
-Patch taken from
+Patches taken from
https://sourceforge.net/tracker/?func=detail&aid=3288762&group_id=52781&atid=468023
+https://sourceforge.net/tracker/?func=detail&aid=3288772&group_id=52781&atid=468023
From d49ac167169e2db531e1be5a48575186c8bc8799 Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Mon, 18 Apr 2011 09:20:27 +0200
-Subject: [PATCH] use ws2spi instead of wspiapi
+Subject: [PATCH 1/2] use ws2spi instead of wspiapi
diff --git a/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h b/gsoap/VisualStudio2005/wsdl2h/wsdl2h/stdsoap2.h
@@ -52,3 +53,24 @@ index 238b7f1..ffccf80 100644
--
1.7.4.1
+
+From 2ed5f1205a5517c4f1d919942fbebd58327ee3df Mon Sep 17 00:00:00 2001
+From: mingw-cross-env
+Date: Mon, 18 Apr 2011 10:14:06 +0200
+Subject: [PATCH 2/2] add missing libs to gsoapssl++.pc
+
+
+diff --git a/gsoapssl++.pc.in b/gsoapssl++.pc.in
+index e8c8f4f..07515fe 100644
+--- a/gsoapssl++.pc.in
++++ b/gsoapssl++.pc.in
+@@ -7,5 +7,5 @@ Name: GSoap
+ Description: SOAP C++ Web Services with SSL and ZLIB
+ Version: @VERSION@
+ Requires:
+-Libs: -L${libdir} -lgsoapssl++
++Libs: -L${libdir} -lgsoapssl++ @SAMPLE_SSL_LIBS@ @SAMPLE_EXTRA_LIBS@
+ Cflags: -DWITH_OPENSSL -DWITH_DOM -DWITH_COOKIES -DWITH_GZIP -I${includedir}
+--
+1.7.4.1
+