tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Wip/rust on macOS Beta



>> 
>> Try this patch against www/curl
>> 
>> --- lib/curl_setup.h.orig 2023-09-06 21:00:15.310798251 +0000
>> +++ lib/curl_setup.h
>> @@ -258,9 +258,6 @@
>> #if defined(__APPLE__) && !defined(USE_ARES)
>> #include <TargetConditionals.h>
>> #define USE_RESOLVE_ON_IPS 1
>> -#  if !defined(TARGET_OS_OSX) || TARGET_OS_OSX
>> -#    define CURL_OSX_CALL_COPYPROXIES 1
>> -#  endif
>> #endif
>>   #ifdef USE_LWIPSOCK
> 
> Perhaps also double-check whether wip/rust is using the vendored
> curl or the external one.

It is using the external one from pkgsrc. The patch works around the issue, thanks!

I assume this should not be committed as such, since the number of users that this concerns is hopefully small.

— 
Benny


Home | Main Index | Thread Index | Old Index