Changes between Initial Version and Version 1 of Ticket #51516, comment 120


Ignore:
Timestamp:
Jun 2, 2024, 2:51:03 PM (5 weeks ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51516, comment 120

    initial v1  
    66That 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!
    77You 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`).
     8EDIT: for some reason even I didn't consider the possibility of a `port:pextlib` but it does seem to be the cleanest solution. It and the dedicated curl port could even be subports.
    89
    910Replying to [comment:119 catap]: