disable SSL in native tools of package gsoap

pull/13/head
Volker Grabsch 15 years ago
parent 49819cffad
commit f2e73e49a2

@ -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

Loading…
Cancel
Save