ejabberd: remove 32-bit option

This commit is contained in:
Mike McQuaid 2016-12-13 01:01:08 +00:00
parent c34ebb3f90
commit bc55f6384a

View file

@ -17,8 +17,6 @@ class Ejabberd < Formula
depends_on "autoconf" => :build
end
option "32-bit"
depends_on "openssl"
depends_on "erlang"
depends_on "libyaml"
@ -30,10 +28,6 @@ class Ejabberd < Formula
ENV["MAN_DIR"] = man
ENV["SBIN_DIR"] = sbin
if build.build_32_bit?
ENV.append %w[CFLAGS LDFLAGS], "-arch #{Hardware::CPU.arch_32_bit}"
end
args = ["--prefix=#{prefix}",
"--sysconfdir=#{etc}",
"--localstatedir=#{var}",