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:
Mike McQuaid 2016-10-23 12:43:20 +01:00
parent a6e633bca4
commit 20bc80c3c1

View file

@ -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]'"