diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/collectd.rb | 8 |
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 |
