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.

Reply via email to