changeset 709:c4cadd2331de

build the native wsdl2h tool of package gsoap with SSL support
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 16:43:54 +0100
parents fdd9601bde8d
children c4511cb534fc
files src/gsoap.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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