Updated formula. Enable IPv6 and SSL.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Lars 2010-03-01 09:11:57 -08:00 committed by Adam Vandenberg
parent 8434221a03
commit 9e25bcd7e2

View file

@ -6,13 +6,14 @@ class Lynx <Formula
md5 '493af4c77ef6761e3f0157cd1be033a0'
def install
system "./configure", "--silent",
"--prefix=#{prefix}",
system "./configure", "--prefix=#{prefix}",
"--disable-debug",
"--disable-dependency-tracking",
"--disable-echo",
"--with-zlib",
"--with-bzlib"
"--with-bzlib",
"--with-ssl",
"--enable-ipv6"
system "make install"
end
end