Skip to content

Commit

Permalink
bitcoin: compile with zeromq
Browse files Browse the repository at this point in the history
Closes #23088.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
mecampbellsoup authored and fxcoudert committed Jan 20, 2018
1 parent 6543da4 commit d5b3e17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/bitcoin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class Bitcoin < Formula
desc "Decentralized, peer to peer payment network"
homepage "https://bitcoin.org/"
revision 1

stable do
url "https://bitcoin.org/bin/bitcoin-core-0.15.1/bitcoin-0.15.1.tar.gz"
Expand Down Expand Up @@ -35,6 +36,7 @@ class Bitcoin < Formula
depends_on "libevent"
depends_on "miniupnpc"
depends_on "openssl"
depends_on "zeromq"

needs :cxx11

Expand Down

0 comments on commit d5b3e17

Please sign in to comment.