ejabberd: remove 32-bit option
This commit is contained in:
parent
c34ebb3f90
commit
bc55f6384a
1 changed files with 0 additions and 6 deletions
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue