aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/john.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/john.rb')
-rw-r--r--Library/Formula/john.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/john.rb b/Library/Formula/john.rb
index e1468130f..d7d71038b 100644
--- a/Library/Formula/john.rb
+++ b/Library/Formula/john.rb
@@ -9,9 +9,10 @@ class John < Formula
{ :p0 => DATA }
end
+ fails_with_llvm
+
def install
ENV.deparallelize
- fails_with_llvm
arch = Hardware.is_64_bit? ? '64' : 'sse2'
Dir.chdir 'src' do