ipfs: add options to disable

- CPPFLAGS: `-DCURL_DISABLE_IPFS`
- configure: `--disable-ipfs`
- cmake: `-DCURL_DISABLE_IPFS=ON`

Fixes #14824
Closes #14827
This commit is contained in:
Viktor Szakats 2024-09-08 12:26:45 +02:00
parent 8b42df3eb1
commit ce7d0d4137
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
12 changed files with 71 additions and 4 deletions

View file

@ -140,6 +140,11 @@ Disable the built-in progress meter
Disable support for proxies
## `CURL_DISABLE_IPFS`
Disable the IPFS/IPNS protocols. This affects the curl tool only, where
IPFS/IPNS protocol support is implemented.
## `CURL_DISABLE_RTSP`
Disable the RTSP protocol.