diff --git a/Formula/rtmpdump.rb b/Formula/rtmpdump.rb index b3063da5208..d822d1734b4 100644 --- a/Formula/rtmpdump.rb +++ b/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