fix thrift formula
Dependency to boost c++ lib was missing and thrift cannot be built without
This commit is contained in:
parent
abd3464af6
commit
18799c326e
1 changed files with 4 additions and 2 deletions
|
@ -5,9 +5,11 @@ require 'brewkit'
|
|||
#
|
||||
|
||||
class Thrift <Formula
|
||||
@homepage='http://incubator.apache.org/thrift/'
|
||||
@head='http://svn.apache.org/repos/asf/incubator/thrift/trunk'
|
||||
homepage 'http://incubator.apache.org/thrift/'
|
||||
head 'http://svn.apache.org/repos/asf/incubator/thrift/trunk'
|
||||
|
||||
depends_on 'boost'
|
||||
|
||||
def install
|
||||
FileUtils.cp "/usr/X11/share/aclocal/pkg.m4", "aclocal"
|
||||
system "./bootstrap.sh"
|
||||
|
|
Loading…
Reference in a new issue