From f2e73e49a286912a6312c603c12299a7f0c377e3 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Thu, 4 Feb 2010 23:33:12 +0100 Subject: [PATCH] disable SSL in native tools of package gsoap --- src/gsoap.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gsoap.mk b/src/gsoap.mk index 91038ab4..5817176f 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