forked from pool/virtualbox
ff1d6fb65b
bump to 5.1.2 I tried to keep all Suse customization as they are. Warning dialogs were ported to Qt5. I did not check for added executables in the new release. Compile tested on all current targets. Runtime tested on Tumbleweed, both host and guest. OBS-URL: https://build.opensuse.org/request/show/414498 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=262
14 lines
896 B
Diff
14 lines
896 B
Diff
Index: VirtualBox-5.1.2/src/VBox/Main/webservice/Makefile.kmk
|
|
===================================================================
|
|
--- VirtualBox-5.1.2.orig/src/VBox/Main/webservice/Makefile.kmk
|
|
+++ VirtualBox-5.1.2/src/VBox/Main/webservice/Makefile.kmk
|
|
@@ -707,7 +707,7 @@ $(VBOXWEB_OUT_DIR)/gsoap_generate_all_ts
|
|
: $(VBOXWEB_GSOAPH_FROM_GSOAP) $(VBOXWEB_GSOAPH_FROM_XSLT) $(VBOX_NSMAP) $(RECOMPILE_ON_MAKEFILE_CURRENT) | $$(dir $$@)
|
|
$(call MSG_GENERATE,,lots of files,$(GSOAPH_RELEVANT))
|
|
$(RM) -f $@
|
|
- $(REDIRECT) -C $(VBOXWEB_OUT_DIR) -- $(VBOX_SOAPCPP2) $(VBOXWEB_SOAPCPP2_SKIP_FILES) -L -2 -w -I$(VBOX_PATH_GSOAP_IMPORT) $(GSOAPH_RELEVANT)
|
|
+ $(REDIRECT) -C $(VBOXWEB_OUT_DIR) -- $(VBOX_SOAPCPP2) $(VBOXWEB_SOAPCPP2_SKIP_FILES) -z1 -L -2 -w -I$(VBOX_PATH_GSOAP_IMPORT) $(GSOAPH_RELEVANT)
|
|
$(APPEND) $@ done
|
|
|
|
# Copy the generated headers and stuff. This was split into a separate rule
|