Commits

Wes McKinney authored 3fbfae3ed3c
ARROW-9188: [C++] Use Brotli shared libraries if they are available If both shared and static Brotli libraries are available, the static ones were being selected, causing ~750KB of code to be statically linked into libarrow.so on Linux. This is not consistent with our handling of other toolchain libraries. We should use the shared library if it is available. Closes #7556 from wesm/brotli-shared-link Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>