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
21 lines
739 B
Diff
21 lines
739 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
|
|
@@ -298,6 +298,7 @@ endif
|
|
vboxwebsrv_LIBS += \
|
|
$(PATH_STAGE_LIB)/vboxsoap$(VBOX_SUFF_LIB) \
|
|
$(VBOX_GSOAP_CXX_LIBS) \
|
|
+ ssl crypto z \
|
|
$(LIB_RUNTIME)
|
|
vboxwebsrv_LIBS.solaris += socket nsl
|
|
ifdef VBOX_WITH_WEBSERVICES_SSL
|
|
@@ -443,6 +444,7 @@ $$(VBOX_JWSSRC_JAR): $$(VBOX_JWS_JAR) |
|
|
webtest_LIBS += \
|
|
$(PATH_STAGE_LIB)/vboxsoap$(VBOX_SUFF_LIB) \
|
|
$(VBOX_GSOAP_CXX_LIBS) \
|
|
+ ssl crypto z \
|
|
$(LIB_RUNTIME)
|
|
webtest_LIBS.solaris += nsl
|
|
ifdef VBOX_WITH_WEBSERVICES_SSL
|