Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-40577: [C++] Ensure pkg-config flags include -ldl for static builds (
#40578) ### Rationale for this change When linking statically, pkg-config doesn't pick up the new dependency on libdl introduced by #39067 This produces [unresolved symbol errors](#39067 (comment)) ### What changes are included in this PR? Addition of `-ldl` to `ARROW_PC_LIBS_PRIVATE` to ensure linkage to the necessary library ### Are these changes tested? yes ### Are there any user-facing changes? no * GitHub Issue: #40577 Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>
- Loading branch information