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

Commit

Permalink
curl: set the default CA cert bundle when building against openssl
Browse files Browse the repository at this point in the history
Closes #33769.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
asaph authored and jacknagel committed Nov 1, 2014
1 parent 62891f3 commit 599fe18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/curl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def install

if MacOS.version < :mountain_lion or build.with? "openssl"
args << "--with-ssl=#{Formula["openssl"].opt_prefix}"
args << "--with-ca-bundle=#{etc}/openssl/cert.pem"
else
args << "--with-darwinssl"
end
Expand Down

0 comments on commit 599fe18

Please sign in to comment.