mirror of
https://github.com/curl/curl.git
synced 2026-06-01 19:44:16 +03:00
configure: provide --with-openssl, deprecate --with-ssl
Makes the option more explicit. Closes #6887
This commit is contained in:
parent
ccaaa534d0
commit
7bdec2a08b
8 changed files with 57 additions and 49 deletions
4
.github/workflows/macos.yml
vendored
4
.github/workflows/macos.yml
vendored
|
|
@ -44,11 +44,11 @@ jobs:
|
|||
macosx-version-min: 10.8
|
||||
- name: OpenSSL metalink
|
||||
install: nghttp2 openssl libmetalink
|
||||
configure: --enable-debug --with-ssl=/usr/local/opt/openssl --with-libmetalink
|
||||
configure: --enable-debug --with-openssl=/usr/local/opt/openssl --with-libmetalink
|
||||
macosx-version-min: 10.9
|
||||
- name: LibreSSL metalink
|
||||
install: nghttp2 libressl libmetalink
|
||||
configure: --enable-debug --with-ssl=/usr/local/opt/libressl --with-libmetalink
|
||||
configure: --enable-debug --with-openssl=/usr/local/opt/libressl --with-libmetalink
|
||||
macosx-version-min: 10.9
|
||||
- name: torture
|
||||
install: nghttp2 openssl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue