activemq-cpp: add apr dependency
Closes #6618. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
2b57adf5f0
commit
4523c23e83
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ class ActivemqCpp < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "apr"
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue