summaryrefslogtreecommitdiffstats
path: root/src/gsoap.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-07 15:43:54 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-07 15:43:54 (GMT)
commit6661754361b6cd7c48bdfa00e1434ab4d0fa6957 (patch)
treed98a48df5f239a353fcce885133e8f16d12ad152 /src/gsoap.mk
parente52d60183ad6bf5ab7fb7a636c827b22d9793a1d (diff)
downloadmxe-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.mk2
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