Do not build erlang with dtrace on leopard
Closes Homebrew/homebrew#14628. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8ae6246c97
commit
941aa2a215
1 changed files with 3 additions and 2 deletions
|
@ -74,8 +74,9 @@ class Erlang < Formula
|
||||||
"--enable-threads",
|
"--enable-threads",
|
||||||
"--enable-dynamic-ssl-lib",
|
"--enable-dynamic-ssl-lib",
|
||||||
"--enable-shared-zlib",
|
"--enable-shared-zlib",
|
||||||
"--enable-smp-support",
|
"--enable-smp-support"]
|
||||||
"--with-dynamic-trace=dtrace"]
|
|
||||||
|
args << "--with-dynamic-trace=dtrace" unless MacOS.leopard?
|
||||||
|
|
||||||
unless build.include? 'disable-hipe'
|
unless build.include? 'disable-hipe'
|
||||||
# HIPE doesn't strike me as that reliable on OS X
|
# HIPE doesn't strike me as that reliable on OS X
|
||||||
|
|
Loading…
Reference in a new issue