summaryrefslogtreecommitdiffstats
path: root/src/gsoap.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-02-04 22:33:12 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-02-04 22:33:12 (GMT)
commitf2e73e49a286912a6312c603c12299a7f0c377e3 (patch)
tree9d52a7e8b1314a77788918c81bea354f63876092 /src/gsoap.mk
parent49819cffadaba312bc58e9f1799e2f59e0726282 (diff)
downloadmxe-f2e73e49a286912a6312c603c12299a7f0c377e3.zip
mxe-f2e73e49a286912a6312c603c12299a7f0c377e3.tar.gz
mxe-f2e73e49a286912a6312c603c12299a7f0c377e3.tar.bz2
disable SSL in native tools of package gsoap
Diffstat (limited to 'src/gsoap.mk')
-rw-r--r--src/gsoap.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gsoap.mk b/src/gsoap.mk
index 91038ab..5817176 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -32,7 +32,8 @@ define $(PKG)_BUILD
cd '$(1)' && autoconf
# Native build to get tools wsdl2h and soapcpp2
- cd '$(1)' && ./configure
+ cd '$(1)' && ./configure \
+ --disable-openssl
# Parallel bulds can fail
$(MAKE) -C '$(1)'/gsoap -j 1