diff --git a/databases/arrow/files/patch-src_gandiva_symbols.map b/databases/arrow/files/patch-src_gandiva_symbols.map new file mode 100644 index 000000000000..edc5e08b6eeb --- /dev/null +++ b/databases/arrow/files/patch-src_gandiva_symbols.map @@ -0,0 +1,11 @@ +--- src/gandiva/symbols.map.orig 2024-07-11 08:58:17 UTC ++++ src/gandiva/symbols.map +@@ -21,7 +21,7 @@ + local: + # devtoolset / static-libstdc++ symbols + __cxa_*; +- __once_proxy; ++ __once_proxy*; + + extern "C++" { + # devtoolset or -static-libstdc++ - the Red Hat devtoolset statically diff --git a/databases/arrow/files/patch-src_parquet_symbols.map b/databases/arrow/files/patch-src_parquet_symbols.map new file mode 100644 index 000000000000..dcf0218837ad --- /dev/null +++ b/databases/arrow/files/patch-src_parquet_symbols.map @@ -0,0 +1,11 @@ +--- src/parquet/symbols.map.orig 2024-07-11 08:58:17 UTC ++++ src/parquet/symbols.map +@@ -21,7 +21,7 @@ + local: + # devtoolset / static-libstdc++ symbols + __cxa_*; +- __once_proxy; ++ __once_proxy*; + + extern "C++" { + # boost