kou commented on a change in pull request #11006:
URL: https://github.com/apache/arrow/pull/11006#discussion_r697062515



##########
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:
       We should improve our CMake configuration to fallback to bundled version 
automatically instead of specifying `BUNDLED` explicitly.
   
   Can we see the error message without them?




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to