anthonylouisbsb commented on a change in pull request #9707: URL: https://github.com/apache/arrow/pull/9707#discussion_r605099025
########## File path: dev/tasks/gandiva-jars/build-java.sh ########## @@ -25,11 +25,11 @@ pushd java if [[ $OS_NAME == "linux" ]]; then SO_DEP=ldd GANDIVA_LIB="$CPP_BUILD_DIR"libgandiva_jni.so - WHITELIST=(linux-vdso libz librt libdl libpthread libstdc++ libm libgcc_s libc ld-linux-x86-64) + WHITELIST=(linux-vdso libz librt libdl libpthread libstdc++ libm libgcc_s libc ld-linux-x86-64 libssl libcrypto) Review comment: Changes applied, the **ARROW_OPENSSL_USE_SHARED** variable will set if the library must be linked statically or dynamically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org