diff options
author | Mark Brand <mabrand@mabrand.nl> | 2011-10-28 14:25:56 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2011-10-28 14:25:56 (GMT) |
commit | 159e9516485504efb958ec1e771815881fb7b88b (patch) | |
tree | e169e1268f48d911f03876e3a245e2ec08d013d9 /src/gsoap.mk | |
parent | 9b8424c30cfad4c660d2bffaddd0eaeca4cfec24 (diff) | |
download | mxe-159e9516485504efb958ec1e771815881fb7b88b.zip mxe-159e9516485504efb958ec1e771815881fb7b88b.tar.gz mxe-159e9516485504efb958ec1e771815881fb7b88b.tar.bz2 |
packages curl gsoap vmime: gnutls 3 compatibility
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r-- | src/gsoap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk index 5db8842..1e22716 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -10,7 +10,7 @@ $(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG)) $(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip $(PKG)_WEBSITE := http://gsoap2.sourceforge.net/ $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/gsoap2/gSOAP/$($(PKG)_FILE) -$(PKG)_DEPS := gcc gnutls libntlm +$(PKG)_DEPS := gcc gnutls libgcrypt libntlm define $(PKG)_UPDATE wget -q -O- 'http://sourceforge.net/projects/gsoap2/files/gSOAP/' | \ @@ -34,7 +34,7 @@ define $(PKG)_BUILD # wine confuses the cross-compiling detection, so set it explicitly $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure' # fix hard-coded gnutls dependencies - $(SED) -i "s/-lgnutls -lgcrypt -lgpg-error -lz/`'$(TARGET)-pkg-config' --libs-only-l gnutls`/g;" '$(1)/configure' + $(SED) -i "s/-lgnutls/`'$(TARGET)-pkg-config' --libs-only-l gnutls`/g;" '$(1)/configure' # Build for mingw. Static by default. # Prevent undefined reference to _rpl_malloc. |