# HG changeset patch # User Volker Grabsch # Date 1265322792 -3600 # Node ID 5b4a050ab7414e3c2e85156c539eaf905ca891d7 # Parent 867c778bcf84754a0bdd566f9c94e187df6501e9 disable SSL in native tools of package gsoap diff -r 867c778bcf84 -r 5b4a050ab741 src/gsoap.mk --- a/src/gsoap.mk Thu Feb 04 23:18:51 2010 +0100 +++ b/src/gsoap.mk Thu Feb 04 23:33:12 2010 +0100 @@ -32,7 +32,8 @@ 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