From 6b339a7333bf57911225d89e6956a9afcd8e574f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 22 Jan 2013 08:45:01 -0800 Subject: serf: depend on sqlite apr-util will add a linkage to sqlite, even though serf doesn't use it (from what I can tell). But when serf is linked with subversion, they need to reference the same sqlite or bad things happen. Closes #17172. --- Library/Formula/serf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/serf.rb b/Library/Formula/serf.rb index 621043573..bcc543ca5 100644 --- a/Library/Formula/serf.rb +++ b/Library/Formula/serf.rb @@ -8,6 +8,7 @@ class Serf < Formula option :universal depends_on :libtool + depends_on 'sqlite' def apr_bin superbin or "/usr/bin" -- cgit v1.2.3