python3: patch setup.py so that it does not include system include dirs
authorAlexandru Ardelean <redacted>
Fri, 17 Oct 2014 13:34:12 +0000 (16:34 +0300)
committerAlexandru Ardelean <redacted>
Mon, 20 Oct 2014 15:08:55 +0000 (18:08 +0300)
commit8c4da0367b50cf7b4fc8941ba7af3008d86b6daf
tree8304262524243827ae1ff36eed378b6c83431b90
parent885fe99cd29ea6b056e816ff78dd750b0e7dde8b
python3: 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 <redacted>
lang/python3/patches/120-do-not-add-include-dirs-when-cross-compiling.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT