Skip to content

Commit

Permalink
libevent - fails with llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 27, 2010
1 parent 62709cf commit d2f8e3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/libevent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class Libevent <Formula
head 'git:https://levent.git.sourceforge.net/gitroot/levent/levent'

def install
fails_with_llvm "Undefined symbol '_current_base' reported during linking.", :build => 2326

ENV.j1 # Needed for Mac Pro compilation
system "./autogen.sh" if ARGV.build_head?
system "./configure", "--prefix=#{prefix}"
Expand Down

0 comments on commit d2f8e3e

Please sign in to comment.