-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54951/
-----------------------------------------------------------
Review request for mesos and Michael Park.
Bugs: MESOS-6829
https://issues.apache.org/jira/browse/MESOS-6829
Repository: mesos
Description
-------
FORTIFY_SOURCE is no longer used when hardening. This is to prevent the warning
that some versions of gcc/libc throw when FORTIFY_SOURCE is used without
optimizations. The warning turns into an error via -Werror which is applied to
MESOS_CPPFLAGS thus failing the whole build.
Diffs
-----
3rdparty/stout/Makefile.am 2d27da7e6
Diff: https://reviews.apache.org/r/54951/diff/
Testing
-------
Build all of Mesos from source.
Thanks,
Aaron Wood