On 11/26/20 6:50 PM, Aisha Tammy wrote:
> On 11/26/20 4:21 AM, Stuart Henderson wrote:
>> On 2020/11/25 17:51, Aisha Tammy wrote:
>>> ++Name: uSockets
>>> ++Version: @VERSION@
>>> ++Description: eventing, networking and crypto for async applications.
>>> ++URL: https://github.com/uNetworking/uSockets
>>> ++
>>> ++Cflags: -I${includedir}
>>> ++Libs: -L${libdir} -lusockets
>>> ++Libs.private: -lstdc++ -lcrypto -lssl
>> on base-clang archs the C++ standard library is libc++, on ports-gcc
>> archs as far as ports are concerned it is libestdc++ (differing C++
>> std libs can't be safely mixed).
>>
>> in both cases linking would normally be handled by using the C++
>> compiler to link (c++ for base-clang, eg++ for ports-gcc), which would
>> pick the correct C++ std lib itself.
>>
> 
> Sorry about that.
> Updated diff with it removed.
> 
Bump,
Aisha

Reply via email to