You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Benno Evers <be...@yandex-team.ru> on 2017/09/20 17:06:09 UTC

Review Request 62447: Revert usage of `-isystem` flag.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/62447/
-----------------------------------------------------------

Review request for mesos.


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
-----

  configure.ac 92bc1aa5f9604e3b2b678225a57622cd2eb8679a 


Diff: https://reviews.apache.org/r/62447/diff/1/


Testing
-------


Thanks,

Benno Evers