Commit 0948c607 authored by Max Kellermann's avatar Max Kellermann

lib/curl/meson.build: require CURL 7.55.0 or later

For CURLINFO_CONTENT_LENGTH_DOWNLOAD_T (commit 4efd0a9f).
parent 60d04052
ver 0.23.12 (not yet released)
* input
- curl: require CURL 7.55.0 or later
* tags
- fix crash bug due to race condition
* fix build failures with GCC 13
......
curl_dep = dependency('libcurl', version: '>= 7.33', required: get_option('curl'))
curl_dep = dependency('libcurl', version: '>= 7.55', required: get_option('curl'))
conf.set('ENABLE_CURL', curl_dep.found())
if not curl_dep.found()
subdir_done()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment