9 | 9 | And just to be clear, I'm not suggesting to load `${prefix}/lib/libcurl.?`. It should be loaded from a "hidden" location, installed there in (semi)-permanent fashion and be a variant that does not use OpenSSL (because Pextlib links to the system libcrypto which can clash with the one in MacPorts). It could be installed as a special port (standalone or subport of `port:curl`) which installs only the actual library or installed/updated from a `port-activate` block of one of the suitable variants of `port:curl` itself. A special, dedicated port would make it easier to push updates of course, if and when it's justified to do so given how "base" uses curl. |