-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56847/
-----------------------------------------------------------
(Updated Feb. 20, 2017, 4:45 p.m.)
Review request for mesos and haosdent huang.
Bugs: MESOS-7146
https://issues.apache.org/jira/browse/MESOS-7146
Repository: mesos
Description (updated)
-------
After upgraded to leveldb 1.19, the default CXXFLAGS of Mesos conflict
with the require flags when building `db/c_test.c` with clang in macOS.
This patch disables unnecessary rules in leveldb and bypass build
failures in macOS.
Diffs (updated)
-----
3rdparty/leveldb-1.19.patch e281e9572438d91de5746114f19aa339e732bcf9
Diff: https://reviews.apache.org/r/56847/diff/
Testing (updated)
-------
`make -j8` in macOS.
`make -j24 GTEST_FILTER="*"` in CentOS 7.
Thanks,
Tomasz Janiszewski