# HG changeset patch # User Volker Grabsch # Date 1265557434 -3600 # Node ID c4cadd2331def7d5234561da0cb53c314852ea34 # Parent fdd9601bde8d2c17fb72593641fbc88412cc40bd build the native wsdl2h tool of package gsoap with SSL support diff -r fdd9601bde8d -r c4cadd2331de src/gsoap.mk --- a/src/gsoap.mk Sun Feb 07 16:36:36 2010 +0100 +++ b/src/gsoap.mk Sun Feb 07 16:43:54 2010 +0100 @@ -34,7 +34,7 @@ # 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