Updated formula. Enable IPv6 and SSL.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8434221a03
commit
9e25bcd7e2
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue