Commits


karldw authored and Sutou Kouhei committed c8aec9962d6
ARROW-14210: [C++] Add AR and RANLIB flags to bzip2 Add `AR` or `RANLIB` flags to bzip2 when it's built as an external dependency and `CMAKE_AR` or `CMAKE_RANLIB` are set. This happens when running a `BUNDLED` build with the conda compiler tools. Closes #11334 from karldw/arrow-14210 Authored-by: karldw <karldw@users.noreply.github.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>