From 74684f3ac371fbfa6d1a7d84c198eef49f1c3e81 Mon Sep 17 00:00:00 2001 From: Michael Maguire Date: Mon, 19 Aug 2019 17:48:05 -0400 Subject: [PATCH] Declare other required Libs.private to aid in static linking These are the Libs.private I needed in order to get my in-house *static* build working --- cpp/src/arrow/arrow.pc.in | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/src/arrow/arrow.pc.in b/cpp/src/arrow/arrow.pc.in index b3d32ffe4b5..567777cbc43 100644 --- a/cpp/src/arrow/arrow.pc.in +++ b/cpp/src/arrow/arrow.pc.in @@ -26,4 +26,5 @@ Name: Apache Arrow Description: Arrow is a set of technologies that enable big-data systems to process and move data fast. Version: @ARROW_VERSION@ Libs: -L${libdir} -larrow +Libs.private: -lsnappy -lboost_system -lz -llz4 -lbrotlidec -lbrotlienc -lbrotlicommon -lzstd Cflags: -I${includedir} @ARROW_DEFINITION_FLAGS@