aboutsummaryrefslogtreecommitdiff
path: root/lang/python/patches/120-do-not-add-include-dirs-when-cross-compiling.patch
Commit message (Collapse)AuthorAge
* python: re-number patchesAlexandru Ardelean2015-03-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: patch setup.py so that it does not include system include dirsAlexandru Ardelean2014-10-17
Seems that the Python C extensions were being (or at least trying to be) build using '/usr/include' as the first include folder. Seems this issue was already fixed on MacOS X and now we've extended it for our case. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>