diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/etcd.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/juju.rb | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb index 804d62372..2a17dd731 100644 --- a/Library/Formula/etcd.rb +++ b/Library/Formula/etcd.rb @@ -8,10 +8,6 @@ class Etcd < Formula depends_on 'go' => :build - fails_with :clang do - cause "clang: error: no such file or directory: 'libgcc.a'" - end - def install ENV['GOPATH'] = buildpath system "./build" diff --git a/Library/Formula/juju.rb b/Library/Formula/juju.rb index a8766ed2b..457c85127 100644 --- a/Library/Formula/juju.rb +++ b/Library/Formula/juju.rb @@ -7,10 +7,6 @@ class Juju < Formula depends_on 'go' => :build - fails_with :clang do - cause "clang: error: no such file or directory: 'libgcc.a'" - end - def install ENV['GOPATH'] = buildpath args = %w(install launchpad.net/juju-core/cmd/juju) |
