log4cxx: add --universal option
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
cd5a4c10d6
commit
08e6a89ca9
1 changed files with 8 additions and 0 deletions
|
@ -7,7 +7,15 @@ class Log4cxx < Formula
|
|||
|
||||
fails_with_llvm "Fails with \"collect2: ld terminated with signal 11 [Segmentation fault]\"."
|
||||
|
||||
def options
|
||||
[
|
||||
["--universal", "Build for both 32 & 64 bit Intel."]
|
||||
]
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.universal_binary if ARGV.build_universal?
|
||||
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
# Docs won't install on OS X
|
||||
|
|
Loading…
Reference in a new issue