Skip to content

Commit

Permalink
lftp: fix bus error on 10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
0xffea committed Feb 8, 2010
1 parent 4d8e13f commit f928547
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Formula/lftp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ class Lftp <Formula
depends_on 'gnutls'

def install
# Bus error
ENV.no_optimization if MACOS_VERSION == 10.5

system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
system "make install"
end
Expand Down

0 comments on commit f928547

Please sign in to comment.