Control: tags -1 patch

The build process is splitting soapC.cpp into multiple smaller files
(due to a problem with GCC-9...) and somehow the cut is now done incorrectly and the resulting files no longer compile.

I did workaround this by using the attached patchfile in d/patches/
--- a/src/VBox/Main/webservice/Makefile.kmk
+++ b/src/VBox/Main/webservice/Makefile.kmk
@@ -205,6 +205,7 @@ VBOXWEB_OTHERS += \
 	$(VBOXWEB_GSOAPH_FROM_XSLT)
 
 
+VBOX_WITHOUT_SPLIT_SOAPC := 1
 # GCC 9.2 doesn't cope ver well with the split soapC.cpp files (internal error).
 # Seemingly, the issue goes away when we strip inline functions from soapH.h.
 ifdef VBOX_WITHOUT_NOINLINE_SOAPH

Reply via email to