aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-12-01 20:41:56 -0600
committerJack Nagel2013-12-01 20:41:56 -0600
commit1947b0552e111a88b3abddc8624ff2f8a51c18bb (patch)
tree2a47c954e9340c5f06a3f101799a0f76137eb22a /Library
parentcd2aec93c5d3b9b34c90fa3f2461a4c8996a57a7 (diff)
downloadhomebrew-1947b0552e111a88b3abddc8624ff2f8a51c18bb.tar.bz2
influxdb: builds with clang using go 1.2
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/influxdb.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb
index 1a8b96af0..065059775 100644
--- a/Library/Formula/influxdb.rb
+++ b/Library/Formula/influxdb.rb
@@ -17,10 +17,6 @@ class Influxdb < Formula
depends_on "flex" => :build
depends_on "go" => :build
- fails_with :clang do
- cause "clang: error: argument unused during compilation: '-fno-eliminate-unused-debug-types'"
- end
-
def install
ENV["GOPATH"] = buildpath