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