diff options
author | Mark Brand <mabrand@mabrand.nl> | 2010-09-19 23:24:03 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2010-09-19 23:24:03 (GMT) |
commit | 37268b2433f5c07a8570d4cafca016a942426afa (patch) | |
tree | 9c6359707f854b8ed75075225857059bb528139a /src/gsoap.mk | |
parent | a571288ad7dea9dd3e39ababc71779801b833b15 (diff) | |
download | mxe-37268b2433f5c07a8570d4cafca016a942426afa.zip mxe-37268b2433f5c07a8570d4cafca016a942426afa.tar.gz mxe-37268b2433f5c07a8570d4cafca016a942426afa.tar.bz2 |
upgrade package gsoap
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r-- | src/gsoap.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk index c0e7cf6..fb4ccd5 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -4,8 +4,8 @@ # gSOAP PKG := gsoap $(PKG)_IGNORE := -$(PKG)_VERSION := 2.7.17 -$(PKG)_CHECKSUM := 573a08ab7d8ca2d970158911482c308484fdd5ed +$(PKG)_VERSION := 2.8.0 +$(PKG)_CHECKSUM := 516559068a61a47b438852f8cb7ad15a4b26c162 $(PKG)_SUBDIR := gsoap-$(call SHORT_PKG_VERSION,$(PKG)) $(PKG)_FILE := gsoap_$($(PKG)_VERSION).zip $(PKG)_WEBSITE := http://gsoap2.sourceforge.net/ @@ -34,7 +34,7 @@ define $(PKG)_BUILD # Native build to get tools wsdl2h and soapcpp2 cd '$(1)' && ./configure \ - --enable-openssl + --enable-gnutls # Parallel bulds can fail $(MAKE) -C '$(1)'/gsoap -j 1 |