----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/47609/ -----------------------------------------------------------
Review request for mesos, Benjamin Mahler and Till Toenshoff. Bugs: MESOS-5414 https://issues.apache.org/jira/browse/MESOS-5414 Repository: mesos Description ------- The libelf library is not a standard library installed on all Linux systems, and it is not a library required to build libprocess in general. It is only required for subsystems that happen to use the <stout/elf.hpp> header. As such, we should only require this dependency for those specific subsystems. If we ever decide to build something into libprocess that depends on libelf by default, we can revisit this issue then. Diffs ----- 3rdparty/libprocess/configure.ac 2daded51122ab97d71ec57109b85c2473460eeda Diff: https://reviews.apache.org/r/47609/diff/ Testing ------- Thanks, Kevin Klues