databases/arrow: Fix build with FLIGHT=off

PR:		285393
This commit is contained in:
Trond Endrestøl 2025-03-14 22:47:02 -07:00 committed by Yuri Victorovich
parent 7bed830ff6
commit cfc615609d

View File

@ -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 <boost/asio/io_context.hpp>
# 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