summaryrefslogtreecommitdiffstats
path: root/src/gsoap-4-gpg-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsoap-4-gpg-error.patch')
-rw-r--r--src/gsoap-4-gpg-error.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/gsoap-4-gpg-error.patch b/src/gsoap-4-gpg-error.patch
new file mode 100644
index 0000000..9a0e880
--- /dev/null
+++ b/src/gsoap-4-gpg-error.patch
@@ -0,0 +1,20 @@
+This file is part of mingw-cross-env.
+See doc/index.html for further information.
+
+This patch has been taken from:
+http://sourceforge.net/tracker/?func=detail&aid=3071775&group_id=52781&atid=468023
+
+diff -urN a/configure.in b/configure.in
+--- a/configure.in 2010-09-19 01:19:25.000000000 +0200
++++ b/configure.in 2010-09-20 11:41:01.573680715 +0200
+@@ -167,8 +167,8 @@
+ if test "x$with_gnutls" = "xyes"; then
+ AC_MSG_RESULT(yes)
+ WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
+- WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lz"
+- SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lz"
++ WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
++ SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
+ else
+ AC_MSG_RESULT(no)