diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-02-04 22:33:12 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-02-04 22:33:12 (GMT) |
commit | f2e73e49a286912a6312c603c12299a7f0c377e3 (patch) | |
tree | 9d52a7e8b1314a77788918c81bea354f63876092 /src | |
parent | 49819cffadaba312bc58e9f1799e2f59e0726282 (diff) | |
download | mxe-f2e73e49a286912a6312c603c12299a7f0c377e3.zip mxe-f2e73e49a286912a6312c603c12299a7f0c377e3.tar.gz mxe-f2e73e49a286912a6312c603c12299a7f0c377e3.tar.bz2 |
disable SSL in native tools of package gsoap
Diffstat (limited to 'src')
-rw-r--r-- | src/gsoap.mk | 3 |
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 |