forked from pool/virtualbox
5f2f3974a4
added VBoxCreateUSBNode.sh, updated vbox to 4.2.10 and few workarounds to fix build OBS-URL: https://build.opensuse.org/request/show/162334 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=119
14 lines
899 B
Diff
14 lines
899 B
Diff
Index: VirtualBox-4.2.10/src/VBox/Main/webservice/Makefile.kmk
|
|
===================================================================
|
|
--- VirtualBox-4.2.10.orig/src/VBox/Main/webservice/Makefile.kmk
|
|
+++ VirtualBox-4.2.10/src/VBox/Main/webservice/Makefile.kmk
|
|
@@ -650,7 +650,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 has to be a separate rule if we
|