diff --git a/Formula/zookeeper.rb b/Formula/zookeeper.rb index 71b2be3e64..d0514b0c18 100644 --- a/Formula/zookeeper.rb +++ b/Formula/zookeeper.rb @@ -12,7 +12,7 @@ class Zookeeper < Formula end head do - url "https://svn.apache.org/repos/asf/zookeeper/trunk" + url "http://svn.apache.org/repos/asf/zookeeper/trunk" depends_on "ant" => :build depends_on "autoconf" => :build @@ -48,8 +48,6 @@ class Zookeeper < Formula end def install - ENV["ARCHFLAGS"] = Hardware::CPU.universal_archs.as_arch_flags - if build.head? system "ant", "compile_jute" system "autoreconf", "-fvi", "src/c"