mapbox / mason

Cross platform package manager for C/C++ apps
BSD 2-Clause "Simplified" License
254 stars 69 forks source link

Revisit curl+boringssl #321

Open springmeyer opened 7 years ago

springmeyer commented 7 years ago

Ticket to track that I plan to revisit building latest curl against:

The goal would be to have a curl binary that could be:

If we could provide such a thing it could unblock:

Cons are:

kkaefer commented 7 years ago

building the mason cmake against a static curl (to allow mason.cmake to use built-in cmake HTTPS to download mason packages instead of assuming system curl - refs #74)

This would unblock a major obstacle I've found: There are many cmake versions out there which are built without SSL support, making it impossible for us to download with cmake.