disable SSL in native tools of package gsoap

This commit is contained in:
Volker Grabsch 2010-02-04 23:33:12 +01:00
parent 49819cffad
commit f2e73e49a2
1 changed files with 2 additions and 1 deletions

View File

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