python: patch setup.py so that it does not include system include dirs
authorAlexandru Ardelean <aa@ocedo.com>
Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Fri, 17 Oct 2014 13:34:15 +0000 (16:34 +0300)
commitaafbac886eb7ebcad876c1a49c8e085b059727e6
treecedd41c1b3e7550daea1cfd6280c8c99c70f3465
parent09c02844e497998dde3850fe231a3cc2d42f8125
python: patch setup.py so that it does not include system include dirs

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>
lang/python/patches/120-do-not-add-include-dirs-when-cross-compiling.patch [new file with mode: 0644]