aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/valgrind.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/valgrind.rb b/Library/Formula/valgrind.rb
index 31d9f1e3c..193bf30ae 100644
--- a/Library/Formula/valgrind.rb
+++ b/Library/Formula/valgrind.rb
@@ -11,7 +11,7 @@ class Valgrind < Formula
skip_clean 'lib'
def install
- fails_with_llvm "Undefined symbols when linking", :build => 2326
+ fails_with_llvm "Makes applications segfault on startup", :build => 2326
system "./autogen.sh" if File.exists? "autogen.sh"