aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby-enterprise-edition.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-21 14:24:22 -0700
committerAdam Vandenberg2011-03-25 23:31:30 -0700
commitf4a925da5aee87cf7e2509116a495779a1af64b8 (patch)
tree77ce200b7df19713daf11c72e92c628c86d8a017 /Library/Formula/ruby-enterprise-edition.rb
parent8f16c418877efb9f036aa4e90fe72406ff27e8a3 (diff)
downloadhomebrew-f4a925da5aee87cf7e2509116a495779a1af64b8.tar.bz2
Update fails_with_llvm in formulae
Diffstat (limited to 'Library/Formula/ruby-enterprise-edition.rb')
-rw-r--r--Library/Formula/ruby-enterprise-edition.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/ruby-enterprise-edition.rb b/Library/Formula/ruby-enterprise-edition.rb
index 76a3b5b38..4dff3c04f 100644
--- a/Library/Formula/ruby-enterprise-edition.rb
+++ b/Library/Formula/ruby-enterprise-edition.rb
@@ -7,6 +7,8 @@ class RubyEnterpriseEdition < Formula
depends_on 'readline'
+ fails_with_llvm "fails with LLVM"
+
skip_clean 'bin/ruby'
def options
@@ -16,7 +18,6 @@ class RubyEnterpriseEdition < Formula
def install
readline = Formula.factory('readline').prefix
- fails_with_llvm "fails with LLVM"
args = ['./installer', "--auto", prefix, '--no-tcmalloc']
args << '-c' << '--enable-shared' if ARGV.include? '--enable-shared'
# Configure will complain that this is an unknown option, but it is actually OK