6 | | That could also be a solution, but rather than building all of MacPorts "base" it would be better in that case to add a standalone build system to the Pextlib component! |
7 | | You don't want to build against `${prefix}/lib/libcurl` though, because of the potential of openssl version clashing. Though I suppose a `port:pextlib` (that's what we're talking about here) could simply be built against the same openssl version that libcurl may be using too (if installed `+ssl`). |
| 6 | That could also be a solution, but rather than building all of MacPorts "base" it would be better in that case to add a standalone build system to the Pextlib component (and make it a git submodule of the "base" repo so it can be checked out as a standalone component too)! |
| 7 | You don't want to build against `${prefix}/lib/libcurl` though, because of the potential of openssl version clashing. Though I suppose a `port:pextlib` (that's what we're talking about here) could simply be built against the same openssl version that libcurl may be using too (if installed `+ssl`).\\ |