changeset 680:5b4a050ab741

disable SSL in native tools of package gsoap
author Volker Grabsch <vog@notjusthosting.com>
date Thu, 04 Feb 2010 23:33:12 +0100
parents 867c778bcf84
children 00f0ca2238f2
files src/gsoap.mk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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