From 0053bbbeaf7e1c36d6a947f3aadfaeb480911461 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Fri, 22 Jul 2022 11:33:17 +0300 Subject: [PATCH] package/libcurl: fix dependency symbol typo Commit 6d07e2618c0 ("package/uacme: requires TLS support in libcurl") mistyped the BR2_PACKAGE_LIBCURL_FORCE_TLS dependency making the fix ineffective. Fixes: http://autobuild.buildroot.net/results/56ea6cb146df63d1575da9dae3035b3220de875f/ http://autobuild.buildroot.net/results/280b0ed7f9cdb424917373f98c3e4e6b593c6d21/ Cc: Yann E. MORIN Cc: Matt Weber Signed-off-by: Baruch Siach Signed-off-by: Arnout Vandecappelle (Essensium/Mind) (cherry picked from commit bf1c9174aca83becc9f44828a8832f04c138fd23) Signed-off-by: Peter Korsgaard --- package/libcurl/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libcurl/Config.in b/package/libcurl/Config.in index bc2f8f47f2..218309ed56 100644 --- a/package/libcurl/Config.in +++ b/package/libcurl/Config.in @@ -83,7 +83,7 @@ comment "WolfSSL needs a toolchain w/ dynamic library" config BR2_PACKAGE_LIBCURL_TLS_NONE bool "None" - depends on !BR2_PACKAGE_LIBCURL_FORCE_SSL_TLS + depends on !BR2_PACKAGE_LIBCURL_FORCE_TLS endchoice