Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
lynx: specify path to openssl
Browse files Browse the repository at this point in the history
Fixes #18493.
  • Loading branch information
jacknagel committed Mar 16, 2013
1 parent f93598f commit b6d9c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/lynx.rb
Expand Up @@ -12,7 +12,7 @@ def install
"--disable-echo",
"--with-zlib",
"--with-bzlib",
"--with-ssl",
"--with-ssl=/usr",
"--enable-ipv6"
system "make install"
end
Expand Down

0 comments on commit b6d9c34

Please sign in to comment.