diff options
| author | chdiza | 2014-08-24 12:45:37 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-08-24 12:45:29 -0500 |
| commit | 0f6ce95be288787de878c84996934f546a413e85 (patch) | |
| tree | 7e4be885ccd94c9c098d57337bb1b11208542c39 /Library/Formula | |
| parent | aea77de58c434953de01bb4d0a19d12d546c1197 (diff) | |
| download | homebrew-0f6ce95be288787de878c84996934f546a413e85.tar.bz2 | |
openssl: Tweak configuration flag
`-no-ssl2` works but is technically incorrect. Replace with
`no-ssl2`.
Closes #31844.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/openssl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb index 86ef490a2..547ad20af 100644 --- a/Library/Formula/openssl.rb +++ b/Library/Formula/openssl.rb @@ -31,7 +31,7 @@ class Openssl < Formula def configure_args; %W[ --prefix=#{prefix} --openssldir=#{openssldir} - -no-ssl2 + no-ssl2 zlib-dynamic shared enable-cms |
