diff options
| author | Cody P Schafer <dev@codyps.com> | 2016-09-09 16:51:42 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-15 10:22:48 +0200 |
| commit | 3b675cb672ee7141867afa1b1137da9120fd4e12 (patch) | |
| tree | ed164b23657657f8c6ca266739ea28b2a47594c8 /meta-python/recipes-devtools/python/python-matplotlib | |
| parent | 170b5ea29ff2a5d3dcfa285a928c12219e29d084 (diff) | |
| download | meta-openembedded-3b675cb672ee7141867afa1b1137da9120fd4e12.tar.gz | |
thrift: fix build on gcc-6
thrift build issues on gcc-6 were essentially 2 issues:
- gcc-6 has stricter overflow checking on array declaration, and
thrift was using `char` when it should have used `signed char`
- gcc-6 is really picky about it's include paths (`-I`), and thrift
had a bad habbit of passing internal ones when it was cross compiled
due to how it was using `include_directories()`
This adds 2 patches (both variations of those submitted upstream, the
ones included here are rebased onto thrift-0.9.3).
https://issues.apache.org/jira/browse/THRIFT-3831
https://issues.apache.org/jira/browse/THRIFT-3828
Signed-off-by: Cody P Schafer <dev@codyps.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-matplotlib')
0 files changed, 0 insertions, 0 deletions
