Skip to content

Commit

Permalink
thrift: optional libevent for non-blocking support
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#34891.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
leon-m authored and MikeMcQuaid committed Dec 12, 2014
1 parent a4846b7 commit 9ae12e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/thrift.rb
Expand Up @@ -45,6 +45,7 @@ class Thrift < Formula

depends_on "boost"
depends_on "openssl"
depends_on "libevent" => :optional
depends_on :python => :optional
depends_on "bison" => :build

Expand Down

0 comments on commit 9ae12e9

Please sign in to comment.