kou commented on PR #43353: URL: https://github.com/apache/arrow/pull/43353#issuecomment-2247267862
Ah, we can't enforce using `liblz4.a` even if we use `pkg-config --static`... We may need to use CMake package instead of `.pc` for static linking like Meson does. Or we embed `/absolute/path/to/liblz4.a` into our `arrow.pc`. (It's done when `liblz4.pc` can't be found but we can enforce it by adding a new CMake option to our build system.) I'll explain it later... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
