diff options
| author | Jack Nagel | 2012-02-04 14:14:39 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-02-04 14:14:39 -0600 |
| commit | d7f971e955e9ee9c3334ea71035d5764109137d1 (patch) | |
| tree | 8f7b21bb7b5892af50ff2ce6892703bf3dda3aec /Library/Formula | |
| parent | d89bf83e75dc62914b4a164c030de42b8d471505 (diff) | |
| download | homebrew-d7f971e955e9ee9c3334ea71035d5764109137d1.tar.bz2 | |
rtmpdump: still fails with all known LLVM
It *builds*, but still experiences occasional segfaults.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/rtmpdump.rb | 3 |
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 |
