package/gitlab-runner: use LIBCURL_FORCE_TLS to enforce TLS support in curl
BR2_PACKAGE_LIBCURL_OPENSSL is part of a "choice" option so it cannot be selected. What seems to be really be needed is HTTPS support in curl, so use the blind LIBCURL_FORCE_TLS option instead (openssl is already selected). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
71c1324940
commit
b95f7591bd
@ -11,7 +11,7 @@ config BR2_PACKAGE_GITLAB_RUNNER
|
||||
select BR2_PACKAGE_GIT # runtime
|
||||
select BR2_PACKAGE_LIBCURL # runtime
|
||||
select BR2_PACKAGE_LIBCURL_CURL # runtime
|
||||
select BR2_PACKAGE_LIBCURL_OPENSSL # runtime, for ca-certificates.
|
||||
select BR2_PACKAGE_LIBCURL_FORCE_TLS # runtime
|
||||
select BR2_PACKAGE_OPENSSL # runtime
|
||||
select BR2_PACKAGE_OPENSSL_FORCE_LIBOPENSSL # runtime
|
||||
select BR2_PACKAGE_LIBOPENSSL_BIN # runtime
|
||||
|
Loading…
Reference in New Issue
Block a user