Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: don't build flb_http_client/flb_oauth2 when FLB_TLS=Off #985

Merged
merged 1 commit into from
Dec 24, 2018

Conversation

fujimotos
Copy link
Member

This fixes the "cannot open mbedtls/base64.h" error at compile
time when FLB_TLS is disabled.

Essentially, both source files depend on mbedtls and cannot be
compiled without TLS support.

Main issue link: #960

This fixes the "cannot open mbedtls/base64.h" error at compile
time when FLB_TLS is disabled.

Essentially, both source files depend on mbedtls and cannot be
compiled without TLS support.

Signed-off-by: Fujimoto Seiji <[email protected]>
@edsiper edsiper merged commit fed32e3 into fluent:master Dec 24, 2018
@fujimotos fujimotos deleted the sf/cmake-tls branch December 28, 2018 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants