mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
configure: deprecate builds with small curl_off_t
If curl_off_t turns out to be smaller than 8 bytes, --with-n64-deprecated needs to be used to allow the build to continue. This is to highlight the fact that support for such builds is going away next year. Also mentioned in DEPRECATED.md Closes #9605
This commit is contained in:
parent
72652c0613
commit
267668308b
2 changed files with 16 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ compilers since the 1990s.
|
|||
|
||||
Starting in 8.0.0 (March 2023), the plan is to drop support.
|
||||
|
||||
Starting in 7.86.0, building curl with configure requires the additional flag
|
||||
`--with-n64-deprecated` if the `curl_off_t` type on your system is smaller
|
||||
than 8 bytes, in an attempt to highlight these plans to affected users.
|
||||
|
||||
## NSS
|
||||
|
||||
We remove support for building curl with the NSS TLS library in August 2023.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue