summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2015-04-23 11:01:42 (GMT)
committerMark Brand <mabrand@mabrand.nl>2015-04-23 21:09:57 (GMT)
commitd775f3ed1e6b9a2509ffed88db780b10ee958033 (patch)
tree99b969728227618a20442c647f03c973d995fb10 /src
parent20342ed8294bdddb6de27d415b802640f340fc4d (diff)
downloadmxe-d775f3ed1e6b9a2509ffed88db780b10ee958033.zip
mxe-d775f3ed1e6b9a2509ffed88db780b10ee958033.tar.gz
mxe-d775f3ed1e6b9a2509ffed88db780b10ee958033.tar.bz2
gsoap: libgpg_error compatibility fix
Diffstat (limited to 'src')
-rw-r--r--src/gsoap.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index ad86bd3..7f42a2b 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -35,6 +35,7 @@ define $(PKG)_BUILD
# fix hard-coded gnutls dependencies
$(SED) -i "s/-lgnutls/`'$(TARGET)-pkg-config' --libs-only-l gnutls`/g;" '$(1)/configure'
+ $(SED) -i "s^-lgpg-error^`'$(TARGET)-gpg-error-config' --libs`^g;" '$(1)/configure'
# the cross build will need soapcpp2, not soapcpp2.exe
$(SED) -i "s,^\(SOAP = \$$(top_builddir)/gsoap/src/soapcpp2\)\$$(EXEEXT)$$,\1,;" '$(1)/gsoap/wsdl/Makefile.in'