aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorToby DiPasquale2012-04-18 12:00:48 -0400
committerJack Nagel2012-04-20 22:30:43 -0500
commitc5a91c4f2bb52da85fdebb40ebe6500d29878169 (patch)
tree1ebf1aad28b053cdfe562c83b0560242e4f51571 /Library
parentc749a81e2e934fec58b8d0c32bca827437e29d49 (diff)
downloadhomebrew-c5a91c4f2bb52da85fdebb40ebe6500d29878169.tar.bz2
collectd: fails with clang
cf. #11651. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/collectd.rb8
1 files changed, 8 insertions, 0 deletions
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