[MacPorts] #67803: curl @8.2.0: libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found
MacPorts
noreply at macports.org
Sun Jul 23 18:34:40 UTC 2023
#67803: curl @8.2.0: libcurl.4.dylib : _SCDynamicStoreCopyProxies Symbol not found
-------------------------+------------------------
Reporter: BjarneDMat | Owner: ryandesign
Type: defect | Status: accepted
Priority: Normal | Milestone:
Component: ports | Version: 2.8.1
Resolution: | Keywords:
Port: curl |
-------------------------+------------------------
Comment (by ryandesign):
Replying to [comment:4 ryandesign]:
> This didn't change in 8.2.0. What did change in 8.2.0 is [...]
Actually the relevant change is probably
[https://github.com/curl/curl/pull/11417 this one]. Previously, because
`TARGET_OS_OSX` was not defined on 10.11 and earlier, the code to call
`SCDynamicStoreCopyProxies` wasn't compiled in, and the framework wasn't
linked in, which was fine. After that change, the code to call the
function was compiled in but the configure script code to link in the
framework wasn't also adjusted.
--
Ticket URL: <https://trac.macports.org/ticket/67803#comment:7>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list