elinks - don't use spidermonkey

master
Adam Vandenberg 2010-10-16 17:54:53 -07:00
parent 7eb671af62
commit 571b81a446
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Elinks <Formula
fails_with_llvm
ENV.deparallelize
ENV.delete('LD')
system "./configure", "--prefix=#{prefix}"
system "./configure", "--prefix=#{prefix}", "--without-spidermonkey"
system "make install"
end
end