Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
protobuf 2.4.0a
  • Loading branch information
adamv committed Mar 26, 2011
1 parent aa6703a commit 8f16c41
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Library/Formula/protobuf.rb
@@ -1,12 +1,13 @@
require 'formula'

class Protobuf < Formula
url 'http://protobuf.googlecode.com/files/protobuf-2.3.0.tar.bz2'
sha1 'db0fbdc58be22a676335a37787178a4dfddf93c6'
url 'http://protobuf.googlecode.com/files/protobuf-2.4.0a.tar.bz2'
homepage 'http://code.google.com/p/protobuf/'
sha1 '5816b0dd686115c3d90c3beccf17fd89432d3f07'

fails_with_llvm

def install
fails_with_llvm
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--with-zlib"
Expand Down

0 comments on commit 8f16c41

Please sign in to comment.