We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The autotools build disables the ca_path/ca_bundle detection when cross-compiling. The cmake build keeps doing the detection.
The text was updated successfully, but these errors were encountered:
KNOWN_BUGS: cmake autodetects cert paths when cross-compiling
61c457a
Closes #6178
bf9e141
cmake: skip ca-path/ca-bundle auto-detection in cross-builds
5e88ece
Also remove issue from KNOWN_BUGS. Reported-by: Cristian Morales Vega Fixes curl#6178 Closes #xxxxx
cmake: skip CA-path/bundle auto-detection in cross-builds
016c62c
Also remove issue from KNOWN_BUGS. Reported-by: Cristian Morales Vega Reviewed-by: Marcel Raad Fixes #6178 Closes #10676
5dc23ff
Also remove issue from KNOWN_BUGS. Reported-by: Cristian Morales Vega Reviewed-by: Marcel Raad Fixes curl#6178 Closes curl#10676
Successfully merging a pull request may close this issue.
The autotools build disables the ca_path/ca_bundle detection when cross-compiling. The cmake build keeps doing the detection.
The text was updated successfully, but these errors were encountered: