-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48246/
-----------------------------------------------------------
Review request for mesos and Till Toenshoff.
Bugs: MESOS-5540
https://issues.apache.org/jira/browse/MESOS-5540
Repository: mesos
Description
-------
On some systems (e.g., those that use musl instead of glibc),
the fts(3) family of functions are not provided by libc.
Instead, a separate fts library must be installed. If this is
the case, "libfts" should be added to the list of libraries that
stout is linked against.
Diffs
-----
3rdparty/libprocess/configure.ac c8fcd35241c10829e7b2fa582491898589f0576f
Diff: https://reviews.apache.org/r/48246/diff/
Testing
-------
Successful compilation with Alpine Linux 3.3.3; also tested that the build
continues to work on OSX and various supported Linux distributions (CentOS,
Fedora, Debian, Ubuntu).
Thanks,
Neil Conway