----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65290/ -----------------------------------------------------------
Review request for mesos and Benjamin Bannier. 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 ----- 3rdparty/stout/Makefile.am 313e4fef61ad73276a5636c31a009f813e37263b 3rdparty/stout/configure.ac 6db22877ca518ff47853f9c49e30d78f5b8c240d Diff: https://reviews.apache.org/r/65290/diff/1/ Testing ------- Thanks, Benno Evers
