aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rtmpdump.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/rtmpdump.rb b/Library/Formula/rtmpdump.rb
index b3063da52..d822d1734 100644
--- a/Library/Formula/rtmpdump.rb
+++ b/Library/Formula/rtmpdump.rb
@@ -7,7 +7,8 @@ class Rtmpdump < Formula
depends_on 'openssl' if MacOS.leopard?
- fails_with_llvm "Crashes at runtime", :build => 2335
+ # note: as of LLVM build 2336, this still has runtime issues
+ fails_with_llvm "Crashes at runtime"
# Use dylib instead of so
def patches; DATA; end