From 17c9ecfe8e6a5da2241c52f9586b315863ca2f6a Mon Sep 17 00:00:00 2001 From: Neal Richardson Date: Mon, 19 Oct 2020 15:57:50 -0700 Subject: [PATCH] Add -DARROW_R_WITH_S3 flag --- apache-arrow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-arrow b/apache-arrow index e2dfe8c116..6c0a62fd96 100644 --- a/apache-arrow +++ b/apache-arrow @@ -24,7 +24,7 @@ $BREW install --force-bottle $BREW_DEPS $PKG_BREW_NAME 2>&1 | perl -pe 's/Warnin rm -f $BREWDIR/lib/*.dylib AWS_LIBS="-laws-cpp-sdk-config -laws-cpp-sdk-transfer -laws-cpp-sdk-identity-management -laws-cpp-sdk-cognito-identity -laws-cpp-sdk-sts -laws-cpp-sdk-s3 -laws-cpp-sdk-core -laws-c-event-stream -laws-checksums -laws-c-common -lpthread -lcurl" PKG_LIBS="-L$BREWDIR/lib -lparquet -larrow_dataset -larrow -larrow_bundled_dependencies -lthrift -llz4 -lsnappy -lzstd $AWS_LIBS" -PKG_CFLAGS="-I$BREWDIR/include" +PKG_CFLAGS="-I$BREWDIR/include -DARROW_R_WITH_S3" # Prevent CRAN builder from linking against old libs in /usr/local/lib for FILE in $BREWDIR/Cellar/*/*/lib/*.a; do