From cd6cd618eb9649c0682355aa111fe04288ea94ea Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 24 May 2014 19:21:53 -0700 Subject: libtorrent: reports that this fails with clang --- Library/Formula/libtorrent.rb | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3