summaryrefslogtreecommitdiff
blob: 270b6e33493c836ffb81e24d48cb3817f79f49da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
--- Config.kmk.orig	2007-06-06 11:56:47.000000000 +0200
+++ Config.kmk	2007-06-06 11:58:06.000000000 +0200
@@ -139,7 +139,7 @@
 
 # Build linux / win32 additions.
 ifeq ($(BUILD_TARGET),linux)
-  VBOX_WITH_LINUX_ADDITIONS = 1
+#  VBOX_WITH_LINUX_ADDITIONS = 1
   VBOX_WITH_WIN32_ADDITIONS = 1
 endif
 ifeq ($(BUILD_TARGET),l4)
@@ -173,7 +173,7 @@
 VBOX_WITHOUT_IDT_PATCHING = 1
 endif
 # The kernel driver/module and related runtime libraries.
-VBOX_WITH_VBOXDRV = 1
+#VBOX_WITH_VBOXDRV = 1
 # build with secure label support
 ifeq ($(filter win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) # too much work with freetype and all that.
 VBOX_WITH_SECURELABEL = 1
@@ -206,11 +206,11 @@
 # Disable WINMM support for Windows (not implemented)
 VBOX_WITH_WINMM =
 # Enable the kchmviewer
-VBOX_WITH_KCHMVIEWER = 1
+#VBOX_WITH_KCHMVIEWER = 1
 # Build the testsuite.
-VBOX_WITH_TESTSUITE = 1
+#VBOX_WITH_TESTSUITE = 1
 # Build the testcases.
-VBOX_WITH_TESTCASES = 1
+#VBOX_WITH_TESTCASES = 1
 # Set this to not use COM or XPCOM in places where it can be avoided.
 #VBOX_WITHOUT_COM = 1
 # Set this to skip installing the redistributable compiler runtime.
--- configure.orig	2007-06-06 11:58:14.000000000 +0200
+++ configure	2007-06-06 11:59:13.000000000 +0200
@@ -1226,14 +1226,14 @@
 # some things are not available in for OSE
 if (($OSE)); then
   cnf_append "VBOX_OSE" "1"
-  cnf_append "VBOX_WITH_TESTSUITE" ""
+#  cnf_append "VBOX_WITH_TESTSUITE" ""
   cnf_append "VBOX_WITH_WIN32_ADDITIONS" ""
 
-  if [ "$OS" = "linux" ]; then
-    cnf_append "VBOX_WITH_LINUX_ADDITIONS" "1"
-  else
-    cnf_append "VBOX_WITH_LINUX_ADDITIONS" ""
-  fi
+#  if [ "$OS" = "linux" ]; then
+#    cnf_append "VBOX_WITH_LINUX_ADDITIONS" "1"
+#  else
+#    cnf_append "VBOX_WITH_LINUX_ADDITIONS" ""
+#  fi
   echo >> $CNF
 fi