Hi,
The change to CURL_CHECK_CA_BUNDLE in 7.31 (don't check for paths when cross-compiling) causes --without-ca-path to no longer works when cross-compiling, since ca and capath only ever get set to "no" when not cross-compiling, I attach a patch that works for me. Also in the cross-compilation case, no ca-path seems to be a better default (IMVHO) than empty ca-path.
Best, Stefan
Thanks. Your patch seemed fine to me, I applied it, tested it and pushed it as commit: https://github.com/bagder/curl/commit/073b03fab78e0e
Case closed!