]> git.pld-linux.org Git - packages/VirtualBox.git/blame - VirtualBox-build.patch
- release 4
[packages/VirtualBox.git] / VirtualBox-build.patch
CommitLineData
0d80b52e
KK
1--- VirtualBox-4.1.2_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk.orig 2011-08-15 14:28:45.000000000 +0200
2+++ VirtualBox-4.1.2_OSE/src/VBox/HostDrivers/VBoxPci/Makefile.kmk 2011-08-17 20:01:33.698295944 +0200
3@@ -18,7 +18,7 @@
4 SUB_DEPTH = ../../../..
5 include $(KBUILD_PATH)/subheader.kmk
6e3992d3 6 if1of ($(KBUILD_TARGET), linux)
0d80b52e 7-
6e3992d3 8+ ifdef VBOX_WITH_VBOXDRV
0d80b52e
KK
9 #
10 # The driver.
11 # Note! For Linux, this is just a compile test. Don't use the binary!
12@@ -82,7 +82,7 @@
13 $(QUIET)$(RM) -f -- $@
14 $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g; s;_MODULE_;vboxpci;g; s;_BUILDTYPE_;${KBUILD_TYPE};g" --output $@ $<
15 $(QUIET)$(CHMOD) 0755 $@
6e3992d3
KK
16-
17+ endif
0d80b52e
KK
18 endif # Supported platform.
19 include $(KBUILD_PATH)/subfooter.kmk
6e3992d3 20
This page took 0.067314 seconds and 4 git commands to generate.