-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49924/
-----------------------------------------------------------
Review request for mesos, Alex Clemmer and Joseph Wu.
Bugs: MESOS-5792
https://issues.apache.org/jira/browse/MESOS-5792
Repository: mesos
Description
-------
Added libprocess as a shared library.
Diffs
-----
3rdparty/libprocess/src/CMakeLists.txt
6641acf1a0ab62bdb836d5259b885d1a987b45f1
Diff: https://reviews.apache.org/r/49924/diff/
Testing
-------
cmake .. && make
With this patch and https://reviews.apache.org/r/49862, Converted libmesos,
http_parser and libprocess to shared libraries and we are using libevent shared
library, zookeeper does not have a shared library in the 3rdparty (I guess the
code is compiled as relocatable) and did not have issues linking.
Thanks,
Srinivas Brahmaroutu