zookeeper: do not pass arch flags

This commit is contained in:
FX Coudert 2019-01-20 16:17:31 +01:00
parent 1d84e18758
commit c986b75afd

View file

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