This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new fe19160b10 GH-34228: [R] Add LIB_DIR when Arrow is found via
pkg-config (#34229)
fe19160b10 is described below
commit fe19160b106f2a9c8606b25599572bb3995b68f9
Author: Weston Pace <[email protected]>
AuthorDate: Thu Feb 16 20:28:17 2023 -0800
GH-34228: [R] Add LIB_DIR when Arrow is found via pkg-config (#34229)
* Closes: #34228
Authored-by: Weston Pace <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
r/configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/r/configure b/r/configure
index ff6a9dacc4..05ff4ae93c 100755
--- a/r/configure
+++ b/r/configure
@@ -110,6 +110,7 @@ else
PKG_CFLAGS="$PKGCONFIG_CFLAGS $PKG_CFLAGS"
PKG_LIBS="${PKGCONFIG_LIBS}"
PKG_DIRS="${PKGCONFIG_DIRS}"
+ LIB_DIR=${FOUND_LIB_DIR}
# Check for version mismatch
PC_LIB_VERSION=`pkg-config --modversion arrow`