From c5a91c4f2bb52da85fdebb40ebe6500d29878169 Mon Sep 17 00:00:00 2001 From: Toby DiPasquale Date: Wed, 18 Apr 2012 12:00:48 -0400 Subject: collectd: fails with clang cf. #11651. Signed-off-by: Jack Nagel --- Library/Formula/collectd.rb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/collectd.rb b/Library/Formula/collectd.rb index cce4b800a..79afb3d72 100644 --- a/Library/Formula/collectd.rb +++ b/Library/Formula/collectd.rb @@ -9,6 +9,14 @@ class Collectd < Formula skip_clean :all + fails_with :clang do + build 318 + cause <<-EOS.undent + Clang interacts poorly with the collectd-bundled libltdl, + causing configure to fail. + EOS + end + def install # Use system Python; doesn't compile against 2.7 # -C enables the cache and resolves permissions errors -- cgit v1.2.3