Commit 362fa6f
committed
Bug#19586917 - cannot build mysql with dtrace on solaris 11.2
On Solaris 11.2, "dtrace -V" output changed from "Sun D" to
"Oracle D". Because of this detection of real dtrace was failing.
Changed code in file dtrace.make to check "Sun D" or "Oracle D"
from "dtrace -V" output to fix this issue.1 parent 6fa0975 commit 362fa6f
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments