Skip to content

Commit

Permalink
serf: universal support
Browse files Browse the repository at this point in the history
Fixes Homebrew#13226.
Closes Homebrew#13813.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
elegantcoder authored and fgeller committed Aug 22, 2012
1 parent e0bda19 commit ddf8927
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Library/Formula/serf.rb
Expand Up @@ -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}"
Expand Down

0 comments on commit ddf8927

Please sign in to comment.