aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libtorrent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/libtorrent.rb')
-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