From 6661754361b6cd7c48bdfa00e1434ab4d0fa6957 Mon Sep 17 00:00:00 2001 From: Volker Grabsch Date: Sun, 7 Feb 2010 16:43:54 +0100 Subject: [PATCH] build the native wsdl2h tool of package gsoap with SSL support --- src/gsoap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gsoap.mk b/src/gsoap.mk index 33d04f64..598cd70f 100644 --- a/src/gsoap.mk +++ b/src/gsoap.mk @@ -34,7 +34,7 @@ define $(PKG)_BUILD # 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