szaszm commented on PR #2100: URL: https://github.com/apache/nifi-minifi-cpp/pull/2100#issuecomment-3861602281
I'm getting zstd and brotli related linker errors locally, but at first I wasn't sure if it's related to the upgrade. After checking the changelog, it seems it probably is, since curl changed some defaults around those compression algorithms. I think their build scripts find the libs on my system, which causes curl to enable them, but they're not available in our build environment. I'll try to link curl to zstd, since we're building that anyway for other extensions, but disable brotli. In the old version, both used to be disabled by default. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
