Commits


Sutou Kouhei authored and GitHub committed e9767c1a268
GH-41396: [Ruby] Add workaround for re2.pc on Ubuntu 20.04 (#43721) ### Rationale for this change Old re2.pc add "-std=c++11" but it causes a build error. Because Apache Arrow C++ requires C++17. ### What changes are included in this PR? Remove "-std=c++11" as workaround. We can remove this workaround when we drop support for Ubuntu 20.04. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #41396 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>