dalbani opened a new issue, #36021: URL: https://github.com/apache/arrow/issues/36021
### Describe the enhancement requested I've managed to produce a static build of Arrow C++ (`ARROW_BUILD_STATIC=ON`) and the associated Python wheel, but given that I activated the S3 feature, cURL is a required dependency. And because my target environment doesn't contain this library, I'd like to be able to produce a build of Arrow where cURL is _statically_ linked. On that topic, I found this remark which may be related as to why cURL has to be a system dependency: https://github.com/apache/arrow/blob/6edfcc591bac3f6f29117ab4fa1161aafc07a9a7/cpp/cmake_modules/ThirdpartyToolchain.cmake#L4203 My CMake knowledge being pretty limited, what I ask is probably possible with a minor tweak in a variable in one of the CMake files for example, but I couldn't find out where/how 😄 Thanks! ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
