mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/libcurl: fix dependency symbol typo
Commit6d07e2618c("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 <yann.morin.1998@free.fr> Cc: Matt Weber <matthew.weber@collins.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (cherry picked from commitbf1c9174ac) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
be070658aa
commit
df044f0750
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user