log4cxx: add apr-util dependency to fix Sierra.
Closes #5599. Closes #6192. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
a6e633bca4
commit
20bc80c3c1
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ class Log4cxx < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
|
||||
depends_on "apr-util"
|
||||
|
||||
fails_with :llvm do
|
||||
build 2334
|
||||
cause "Fails with 'collect2: ld terminated with signal 11 [Segmentation fault]'"
|
||||
|
|
Loading…
Reference in a new issue