mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-18 22:32:28 +01:00
* https://ceph.io/en/news/blog/2022/v17-2-0-quincy-released/ * remove dbg subpackage as too big
14 lines
423 B
Diff
14 lines
423 B
Diff
issue submitted as: https://tracker.ceph.com/issues/55420
|
|
|
|
--- a/src/rgw/CMakeLists.txt
|
|
+++ b/src/rgw/CMakeLists.txt
|
|
@@ -4,7 +4,7 @@
|
|
endif()
|
|
|
|
if(WITH_RADOSGW_SELECT_PARQUET)
|
|
- set(ARROW_LIBRARIES Arrow::Parquet)
|
|
+ set(ARROW_LIBRARIES "-larrow -lparquet")
|
|
add_definitions(-D_ARROW_EXIST)
|
|
message("-- arrow is installed, radosgw/s3select-op is able to process parquet objects")
|
|
endif(WITH_RADOSGW_SELECT_PARQUET)
|