diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-07 15:43:54 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-07 15:43:54 (GMT) |
commit | 6661754361b6cd7c48bdfa00e1434ab4d0fa6957 (patch) | |
tree | d98a48df5f239a353fcce885133e8f16d12ad152 /src/gsoap.mk | |
parent | e52d60183ad6bf5ab7fb7a636c827b22d9793a1d (diff) | |
download | mxe-6661754361b6cd7c48bdfa00e1434ab4d0fa6957.zip mxe-6661754361b6cd7c48bdfa00e1434ab4d0fa6957.tar.gz mxe-6661754361b6cd7c48bdfa00e1434ab4d0fa6957.tar.bz2 |
build the native wsdl2h tool of package gsoap with SSL support
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r-- | src/gsoap.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk index 33d04f6..598cd70 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -34,7 +34,7 @@ define $(PKG)_BUILD # Native build to get tools wsdl2h and soapcpp2 cd '$(1)' && ./configure \ - --disable-openssl + --enable-openssl # Parallel bulds can fail $(MAKE) -C '$(1)'/gsoap -j 1 |