kumquat-buildroot/package/python3
Thomas Petazzoni 4433c7d647 python3: add patch to fix logic to get gcc paths
The Python setup.py has a function called add_gcc_paths(), which
executes gcc -E -v to get the list of header paths searched by
gcc. However, the logic of setup.py is only valid with the normal
english output of gcc: it doesn't work if a non-english locale is
set. This causes setup.py to not find certain headers (such as zlib.h)
and therefore disabling the build of such extensions.

Reported-by: Bruno Coudoin <bruno.coudoin@gcompris.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-05-31 21:45:04 +02:00
..
001-remove-host-header-path.patch
003-sysconfigdata-install-location.patch
004-old-stdlib-cache.patch
005-pyc-pyo-conditional.patch
006-cross-compile-getaddrinfo.patch
007-disable-extensions.patch
008-distutils-sysconfig-use-sysconfigdata.patch
009-distutils-use-python-sysroot.patch
010-no-termcap-host-path.patch
012-dont-add-multiarch-path.patch
013-abort-on-failed-modules.patch
014-serial-ioctl-workaround.patch
015-distutils-scripts-dont-adjust-shebang.patch
016-distutils-no-pep3147.patch
017-python-config-include-libdir.patch
018-ncursesw-remove-wrong-includedir.patch
019-fix-add-gcc-paths-logic.patch
100-optional-test-modules.patch
101-optional-pydoc.patch
102-optional-2to3.patch
103-optional-sqlite.patch
104-optional-tk.patch
105-optional-curses.patch
106-optional-expat.patch
107-optional-codecs-cjk.patch
108-optional-nis.patch
109-optional-unicodedata.patch
110-optional-idle.patch
111-optional-decimal.patch
112-optional-ossaudiodev.patch
Config.in
python3.hash
python3.mk