summaryrefslogtreecommitdiffstats
path: root/package/python/python-2.7-013-fix-linux-3-compilation.patch
Commit message (Collapse)AuthorAgeFilesLines
* python: bump to 2.7.2Thomas Petazzoni2011-09-181-10/+12
| | | | | | | | This is mostly a mechanical bump, with a refresh of all the patches to accomodate the offsets, and some minor conflict resolution. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Fix the Python build when running Linux 3.*Maxime Ripard2011-08-141-0/+22
When compiling Python on a host running Linux 3.0, the sys.platform constant is set at "linux3". A lot of code (inside the interpreter itself, its build system and third party apps and libraries) relies on it to be linux2 on a Linux system. This leads to the build of the target python package to break. This behaviour has been reported on the Python bugtracker but is not fixed yet. http://bugs.python.org/issue12326 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>