1
0
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:
Michal Seben
2011-07-21 10:51:05 +00:00
committed by Git OBS Bridge
parent ecd81ccc95
commit 30517dfda7
15 changed files with 249 additions and 122 deletions

View 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