Skip to content

Commit

Permalink
apacheGH-34228: [R] Add LIB_DIR when Arrow is found via pkg-config (a…
Browse files Browse the repository at this point in the history
…pache#34229)

* Closes: apache#34228

Authored-by: Weston Pace <weston.pace@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
westonpace authored and fatemehp committed Feb 24, 2023
1 parent 2d4812c commit 7e0ecaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 7e0ecaf

Please sign in to comment.