]> git.pld-linux.org Git - packages/VirtualBox.git/commitdiff
- fix build only userspace (--without kernel) auto/th/VirtualBox-4_1_0-1 auto/ti/VirtualBox-4_1_0-1
authorKarol Krenski <charles@pld-linux.org>
Tue, 19 Jul 2011 20:31:34 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    VirtualBox-build.patch -> 1.1

VirtualBox-build.patch [new file with mode: 0644]

diff --git a/VirtualBox-build.patch b/VirtualBox-build.patch
new file mode 100644 (file)
index 0000000..a51fde3
--- /dev/null
@@ -0,0 +1,19 @@
+--- VirtualBox-4.1.0_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk.orig        2011-04-28 10:01:04.000000000 +0200
++++ VirtualBox-4.1.0_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk     2011-07-19 20:51:04.149020310 +0200
+@@ -5,6 +5,7 @@
+ if1of ($(KBUILD_TARGET), linux)
++ ifdef VBOX_WITH_VBOXDRV
+ SYSMODS += VBoxPci
+ VBoxPci_TEMPLATE         = VBOXR0DRV
+ VBoxPci_INST = $(INST_VBOXPCI)$(if $(eq $(KBUILD_TARGET),darwin),Contents/MacOS/)
+@@ -22,7 +23,7 @@
+ VBoxPci_SOURCES          =
+ VBoxPci_LIBS            += \
+       $(PATH_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB)
+-
++ endif
+ endif
This page took 0.057791 seconds and 4 git commands to generate.