From c2a0800bf8961f7b2122904133b4dfde0611154e Mon Sep 17 00:00:00 2001 From: Joe Bryan Date: Mon, 10 Dec 2018 14:40:30 -0500 Subject: [PATCH] requires less-recent libcurl release --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a4925d434..6f4bc1970 100644 --- a/meson.build +++ b/meson.build @@ -296,7 +296,7 @@ configure_file(input : 'include/config.h.in', configuration : conf_data) # We expect these libs to supplied with the distribution -curl_dep = dependency('libcurl', version: '>=7.35.0') +curl_dep = dependency('libcurl', version: '>=7.19.0') if osdet == 'darwin' and not get_option('nix') libcrypto = meson.get_compiler('c').find_library('crypto', dirs: [ '/usr/local/opt/openssl/lib/' ])