forked from jengelh/virtualbox
Accepting request 76631 from home:mseben:branches:Virtualization
update package to virtualbox 4.1.0 OBS-URL: https://build.opensuse.org/request/show/76631 OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=51
This commit is contained in:
committed by
Git OBS Bridge
parent
ecd81ccc95
commit
30517dfda7
28
vbox-disable_vboxpci_build.diff
Normal file
28
vbox-disable_vboxpci_build.diff
Normal file
@@ -0,0 +1,28 @@
|
||||
Index: src/VBox/HostDrivers/VBoxPci/Makefile.kmk
|
||||
===================================================================
|
||||
--- src/VBox/HostDrivers/VBoxPci/Makefile.kmk.orig
|
||||
+++ src/VBox/HostDrivers/VBoxPci/Makefile.kmk
|
||||
@@ -1,7 +1,7 @@
|
||||
SUB_DEPTH = ../../../..
|
||||
include $(KBUILD_PATH)/subheader.kmk
|
||||
|
||||
-ifeq (1,1)
|
||||
+ifdef VBOX_WITH_VBOXDRV
|
||||
|
||||
if1of ($(KBUILD_TARGET), linux)
|
||||
|
||||
@@ -25,6 +25,7 @@ VBoxPci_LIBS += \
|
||||
|
||||
endif
|
||||
|
||||
+endif
|
||||
|
||||
ifeq ($(KBUILD_TARGET),linux)
|
||||
|
||||
@@ -73,6 +74,5 @@ $$(VBoxPci-sh_0_OUTDIR)/build_in_tmp: \
|
||||
$(QUIET)chmod 0755 $@
|
||||
endif
|
||||
|
||||
-endif
|
||||
|
||||
include $(KBUILD_PATH)/subfooter.kmk
|
Reference in New Issue
Block a user