gsoap: libgpg_error compatibility fix

This commit is contained in:
Mark Brand 2015-04-23 13:01:42 +02:00
parent 20342ed829
commit d775f3ed1e
1 changed files with 1 additions and 0 deletions

View File

@ -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'