jmcnamara / libxlsxwriter

A C library for creating Excel XLSX files.
https://libxlsxwriter.github.io
Other
1.49k stars 332 forks source link

Link minizip and crypto in C++ test if required #359

Closed sjmulder closed 2 years ago

sjmulder commented 2 years ago

Setting USE_SYSTEM_MINIZIP and USE_OPENSSL_MD5 causes minizip and crypto respectively to become dependencies of libxlsxwriter, hence then they need to be linked in the C++ test, too.

jmcnamara commented 2 years ago

Merged. Thanks.

dotlambda commented 2 years ago

@sjmulder May I ask why you prefer linking OpenSSL on NetBSD?

sjmulder commented 2 years ago

@sjmulder May I ask why you prefer linking OpenSSL on NetBSD?

Just a preference for system-provided libraries over vendored dependencies. (pkgsrc is not specific to NetBSD by the way, I mostly use Linux.)