libevent 2.0.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b3e04074d5
commit
9b8b473ce2
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Libevent < Formula
|
||||
url "http://downloads.sourceforge.net/project/levent/libevent/libevent-2.0/libevent-2.0.14-stable.tar.gz"
|
||||
url "https://github.com/downloads/libevent/libevent/libevent-2.0.16-stable.tar.gz"
|
||||
homepage 'http://www.monkey.org/~provos/libevent/'
|
||||
md5 'cac0f379da35d3b98f83ac16fcfe1df4'
|
||||
sha1 '9eb9fe3c0ec607525ed2dee6827687efcd0696ac'
|
||||
head 'git://levent.git.sourceforge.net/gitroot/levent/levent'
|
||||
|
||||
fails_with_llvm "Undefined symbol '_current_base' reported during linking.", :build => 2326
|
||||
|
@ -12,6 +12,7 @@ class Libevent < Formula
|
|||
ENV.j1 # Needed for Mac Pro compilation
|
||||
system "./autogen.sh" if ARGV.build_head?
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make"
|
||||
system "make install"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue