On 2020/01/22 08:20, mbsd wrote:
> ping? 

That is a very short time for sending a "ping" mail ...

- use share/doc/mongo-c-driver instead of share/mongo-c-driver

- for the SSL_OP_NO_RENEGOTIATION patch, definitely don't just comment it
out. either add a !defined(LIBRESSL_VERSION) check or use

 #ifdef SSL_OP_NO_RENEGOTIATION
    ssl_ctx_options |= SSL_OP_NO_RENEGOTIATION;
 #endif

- CATEGORIES=databases would be better

- don't use -DCMAKE_BUILD_TYPE=Release this is set automatically

Reply via email to