collectd: fails with clang

cf. Homebrew/homebrew#11651.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Toby DiPasquale 2012-04-18 12:00:48 -04:00 committed by Jack Nagel
parent 39c0fe6a25
commit e9a94400c4

View file

@ -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