-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61433/
-----------------------------------------------------------

Review request for mesos, Benjamin Bannier and Jie Yu.


Bugs: MESOS-7809
    https://issues.apache.org/jira/browse/MESOS-7809


Repository: mesos


Description
-------

This patch is for grpc support in Mesos. Since grpc depends on protobuf,
ssl and zlib, we make ssl and zlib required packages for Mesos to build.
Despite of the requirement changes, The the `--enable-ssl` and
`--enable-zlib` flags are still kept, since these flags control whether
we want to compress and encrypt the communications.

We also pass the ssl lib path as an `-rpath` option to the linker so the
`AC_RUN_IFELSE` tests won't fail.


Diffs
-----

  configure.ac b2eeedab65d70718451cb8bbe556794b6d8e8db6 


Diff: https://reviews.apache.org/r/61433/diff/1/


Testing
-------

make


Thanks,

Chun-Hung Hsiao

Reply via email to