diff --git a/databases/arrow/files/patch-src_arrow_testing_process.cc b/databases/arrow/files/patch-src_arrow_testing_process.cc new file mode 100644 index 000000000000..a4887072c336 --- /dev/null +++ b/databases/arrow/files/patch-src_arrow_testing_process.cc @@ -0,0 +1,12 @@ +- workaorund for https://github.com/apache/arrow/issues/45803 + +--- src/arrow/testing/process.cc.orig 2025-03-15 05:43:36 UTC ++++ src/arrow/testing/process.cc +@@ -33,6 +33,7 @@ + # include + + # ifdef BOOST_PROCESS_USE_V2 ++#undef BOOST_PROCESS_NEED_SOURCE + # ifdef BOOST_PROCESS_NEED_SOURCE + // Workaround for https://github.com/boostorg/process/issues/312 + # define BOOST_PROCESS_V2_SEPARATE_COMPILATION