From e9a94400c4823039dcdda50810b034882669a491 Mon Sep 17 00:00:00 2001 From: Toby DiPasquale Date: Wed, 18 Apr 2012 12:00:48 -0400 Subject: [PATCH] collectd: fails with clang cf. Homebrew/homebrew#11651. Signed-off-by: Jack Nagel --- Formula/collectd.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Formula/collectd.rb b/Formula/collectd.rb index cce4b800a2..79afb3d722 100644 --- a/Formula/collectd.rb +++ b/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