aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-05-24 19:21:53 -0700
committerAdam Vandenberg2014-05-24 19:22:16 -0700
commitcd6cd618eb9649c0682355aa111fe04288ea94ea (patch)
tree9d886344f3d328afcd8d4985b69b25f8a8166e56 /Library
parentbb75b5b327c056e70682976aa779d55c9aeaee03 (diff)
downloadhomebrew-cd6cd618eb9649c0682355aa111fe04288ea94ea.tar.bz2
libtorrent: reports that this fails with clang
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libtorrent.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/libtorrent.rb b/Library/Formula/libtorrent.rb
index eb7742b6f..53310d940 100644
--- a/Library/Formula/libtorrent.rb
+++ b/Library/Formula/libtorrent.rb
@@ -7,6 +7,11 @@ class Libtorrent < Formula
depends_on "pkg-config" => :build
+ # https://github.com/Homebrew/homebrew/issues/24132
+ fails_with :clang do
+ cause "Causes segfaults at startup/at random."
+ end
+
def install
# Currently can't build against libc++; see:
# https://github.com/mxcl/homebrew/issues/23483