----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65289/ -----------------------------------------------------------
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/libprocess/Makefile.am ba9e78148932304ce1961b88e5f97180abd35586 3rdparty/libprocess/configure.ac 1069d5740e9adc8c0510dc8cb0268da02abe0d9e Diff: https://reviews.apache.org/r/65289/diff/1/ Testing ------- Thanks, Benno Evers
