diff options
| author | Jack Nagel | 2014-09-23 23:47:28 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-23 23:56:52 -0500 |
| commit | 3cf5f03135353dc3a0746831fe97d6835d686b7f (patch) | |
| tree | c0f34cc6b7e782c4cc60d7e27fe83ba34bf5a467 /Library | |
| parent | b748615187f8e79c749d6a5985c0c5288676de01 (diff) | |
| download | homebrew-3cf5f03135353dc3a0746831fe97d6835d686b7f.tar.bz2 | |
zookeeper: fix HEAD build
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zookeeper.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/zookeeper.rb b/Library/Formula/zookeeper.rb index 9f684a72b..7b8ff5ce9 100644 --- a/Library/Formula/zookeeper.rb +++ b/Library/Formula/zookeeper.rb @@ -15,11 +15,12 @@ class Zookeeper < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build + depends_on "ant" => :build + depends_on "cppunit" => :build end option "perl", "Build Perl bindings" - depends_on :ant => :build depends_on :python => :optional def shim_script target @@ -59,10 +60,7 @@ class Zookeeper < Formula # Prep work for svn compile. if build.head? system "ant", "compile_jute" - - cd "src/c" do - system "autoreconf", "-if" - end + system "autoreconf", "-fvi", "src/c" end # Build & install C libraries. |
