grpc: depend on protobuf

Closes #13146.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
Stanley Cheung 2017-05-01 23:22:09 -07:00 committed by ilovezfs
parent 922c8116f4
commit 6a518ebb68

View file

@ -4,6 +4,7 @@ class Grpc < Formula
url "https://github.com/grpc/grpc.git", url "https://github.com/grpc/grpc.git",
:tag => "v1.3.0", :tag => "v1.3.0",
:revision => "3ef2355eaedc07f8900ad98d079448169a2a2a06" :revision => "3ef2355eaedc07f8900ad98d079448169a2a2a06"
revision 1
head "https://github.com/grpc/grpc.git" head "https://github.com/grpc/grpc.git"
bottle do bottle do
@ -15,6 +16,7 @@ class Grpc < Formula
depends_on "autoconf" => :build depends_on "autoconf" => :build
depends_on "automake" => :build depends_on "automake" => :build
depends_on "libtool" => :build depends_on "libtool" => :build
depends_on "protobuf"
def install def install
system "make", "install", "prefix=#{prefix}" system "make", "install", "prefix=#{prefix}"