Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apacheGH-40577: [C++] Ensure pkg-config flags include -ldl for static…
… builds (apache#40578) ### Rationale for this change When linking statically, pkg-config doesn't pick up the new dependency on libdl introduced by apache#39067 This produces [unresolved symbol errors](apache#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: apache#40577 Authored-by: Benjamin Kietzman <[email protected]> Signed-off-by: Benjamin Kietzman <[email protected]>
- Loading branch information