summaryrefslogtreecommitdiff
path: root/debian/patches/dyson-disable-dtrace.patch
blob: 8306ef89df2e80ff8727e331fe24a3462fb40fed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: dtrace cannot work with GNU ld
Index: virtualbox/Config.kmk
===================================================================
--- virtualbox.orig/Config.kmk	2014-06-05 10:50:56.863735364 +0400
+++ virtualbox/Config.kmk	2014-06-05 11:14:41.288981478 +0400
@@ -675,7 +675,7 @@
 # Good for debugging and analysis.  Experimental.
 #VBOX_WITH_NATIVE_SOLARIS_LOADING = 1
 # Set this to enable user mode dtrace probes.
-if1of ($(KBUILD_TARGET), darwin linux solaris)
+if1of ($(KBUILD_TARGET), darwin linux)
  VBOX_WITH_DTRACE_R3 = 1
 endif
 # Set this to enable kernel driver dtrace probes.
@@ -687,7 +687,7 @@
  VBOX_WITH_DTRACE_R0 = 1
 endif
 # Set this to enable dtrace probes raw-mode context code.
-if1of ($(KBUILD_TARGET), linux solaris)
+if1of ($(KBUILD_TARGET), linux)
  VBOX_WITH_DTRACE_RC = 1
 endif
 # Set this to enable support for dtrace probes in guest code.