collectd: fails with clang
cf. Homebrew/homebrew#11651. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
39c0fe6a25
commit
e9a94400c4
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue