aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/zeromq.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/zeromq.rb')
-rw-r--r--Library/Formula/zeromq.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/zeromq.rb b/Library/Formula/zeromq.rb
index d5ebffda4..a697da29f 100644
--- a/Library/Formula/zeromq.rb
+++ b/Library/Formula/zeromq.rb
@@ -6,6 +6,8 @@ class Zeromq < Formula
homepage 'http://www.zeromq.org/'
md5 'ae681af2df1b7191aeecfcb23bb73864'
+ fails_with_llvm "Compiling with LLVM gives a segfault while linking."
+
def options
[['--universal', 'Build as a Universal Intel binary.']]
end
@@ -29,8 +31,6 @@ class Zeromq < Formula
end
def install
- fails_with_llvm "Compiling with LLVM gives a segfault while linking."
-
system "./autogen.sh" if ARGV.build_head?
if ARGV.include? '--universal'