aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-16 17:54:53 -0700
committerAdam Vandenberg2010-10-16 17:54:53 -0700
commitb6b6f58c1092b8eb1ba2f7d231053902f2e7d5d9 (patch)
tree35c0762743deb1c7447b396095b77ce0a824afde /Library
parent2212cda144e2a933dcb31fb06b7ce6d3214e68f4 (diff)
downloadhomebrew-b6b6f58c1092b8eb1ba2f7d231053902f2e7d5d9.tar.bz2
elinks - don't use spidermonkey
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/elinks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb
index 079c989f2..37cde8abc 100644
--- a/Library/Formula/elinks.rb
+++ b/Library/Formula/elinks.rb
@@ -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