summaryrefslogtreecommitdiffstats
path: root/src/gsoap.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-02-01 01:49:47 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-02-01 01:49:47 (GMT)
commit06191a088376d01f49ad6e8be42335833fd63e2b (patch)
treece34bd9834b0271bf783f3304d55c7b5a3cb17b7 /src/gsoap.mk
parent36296ee42077ba6e6879b86f02eb3885ac14ebe6 (diff)
downloadmxe-06191a088376d01f49ad6e8be42335833fd63e2b.zip
mxe-06191a088376d01f49ad6e8be42335833fd63e2b.tar.gz
mxe-06191a088376d01f49ad6e8be42335833fd63e2b.tar.bz2
gsoap: fix build on newer macos version
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 271ff57..d35bef3 100644
--- a/src/gsoap.mk
+++ b/src/gsoap.mk
@@ -22,7 +22,8 @@ define $(PKG)_BUILD
cd '$(1)' && touch configure config.h.in
# Native build to get tools wsdl2h and soapcpp2
- cd '$(1)' && ./configure
+ cd '$(1)' && ./configure \
+ --disable-ssl
# Work around parallel build problem
$(MAKE) -C '$(1)'/gsoap/src -j '$(JOBS)' soapcpp2_yacc.h