----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62447/ -----------------------------------------------------------
(Updated Sept. 21, 2017, 12:02 p.m.) Review request for mesos, Benjamin Bannier and Till Toenshoff. Repository: mesos Description ------- This flag break the build of mesos against system libraries installed under /usr, because it generates a command line of `-isystem /usr/include`, which is explicitly not supported by gcc. See also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129 Diffs (updated) ----- 3rdparty/CMakeLists.txt 2a183a4a46bf8bc97455fe02648407ba561b38e7 configure.ac 92bc1aa5f9604e3b2b678225a57622cd2eb8679a Diff: https://reviews.apache.org/r/62447/diff/2/ Changes: https://reviews.apache.org/r/62447/diff/1-2/ Testing ------- Thanks, Benno Evers
