----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/54949/ -----------------------------------------------------------
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 ----- src/Makefile.am abcf7eed7 Diff: https://reviews.apache.org/r/54949/diff/ Testing ------- Build all of Mesos from source. Thanks, Aaron Wood