aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lynx.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/lynx.rb b/Library/Formula/lynx.rb
index ed3611a56..d04f69deb 100644
--- a/Library/Formula/lynx.rb
+++ b/Library/Formula/lynx.rb
@@ -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