-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47610/
-----------------------------------------------------------
(Updated May 20, 2016, 12:56 a.m.)
Review request for mesos.
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 stout 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 stout that depends on libelf by default, we can
revisit this issue then.
Diffs
-----
3rdparty/stout/configure.ac 52b4a05e9b27518144e4382d107c9c7834a41015
Diff: https://reviews.apache.org/r/47610/diff/
Testing
-------
Thanks,
Kevin Klues