lidavidm commented on a change in pull request #11006: URL: https://github.com/apache/arrow/pull/11006#discussion_r697463414
########## File path: dev/tasks/linux-packages/apache-arrow/debian/rules ########## @@ -47,6 +47,8 @@ override_dh_auto_configure: -DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \ -DCMAKE_UNITY_BUILD=ON \ -DPARQUET_REQUIRE_ENCRYPTION=ON \ + -DProtobuf_SOURCE=BUNDLED \ + -DgRPC_SOURCE=BUNDLED \ Review comment: The seemingly responsible lto flags leak in from the top level due to CMAKE_C_FLAGS and CMAKE_CXX_FLAGS, though I'm still trying to figure out what sets them in this case. -- 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. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org