serf: universal support
Fixes Homebrew/homebrew#13226. Closes Homebrew/homebrew#13813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b686106f57
commit
61ebd2f206
1 changed files with 5 additions and 0 deletions
|
@ -5,7 +5,12 @@ class Serf < Formula
|
|||
url 'http://serf.googlecode.com/files/serf-1.1.0.tar.bz2'
|
||||
sha1 '231af70b7567a753b49df4216743010c193884b7'
|
||||
|
||||
def options
|
||||
[['--universal', 'Builds a universal binary.']]
|
||||
end
|
||||
|
||||
def install
|
||||
ENV.universal_binary if ARGV.build_universal?
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue