rtmpdump: still fails with all known LLVM

It *builds*, but still experiences occasional segfaults.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-02-04 14:14:39 -06:00
parent 12f4bc7a99
commit 98398c194a
1 changed files with 2 additions and 1 deletions

View File

@ -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