Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
john: jump features fail to compile with clang
Browse files Browse the repository at this point in the history
Closes #16301.
  • Loading branch information
adamv committed Jan 15, 2013
1 parent 6d61fca commit fbaeb87
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Library/Formula/john.rb
Expand Up @@ -5,10 +5,6 @@ class John < Formula
url 'http://www.openwall.com/john/g/john-1.7.9.tar.bz2'
sha1 '8f77bdd42b7cf94ec176f55ea69c4da9b2b8fe3b'

fails_with :llvm do
build 2334
end

option 'jumbo', 'Build with jumbo-7 features'

def patches
Expand All @@ -17,6 +13,15 @@ def patches
return p
end

fails_with :llvm do
build 2334
end

fails_with :clang do
build 421
cause "rawSHA1_ng_fmt.c:535:19: error: redefinition of '_mm_testz_si128'"
end if build.include? 'jumbo'

def install
ENV.deparallelize
arch = Hardware.is_64_bit? ? '64' : 'sse2'
Expand Down

0 comments on commit fbaeb87

Please sign in to comment.