2455c89bab
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>
25 lines
703 B
Diff
25 lines
703 B
Diff
Index: Python-2.7.2/configure
|
|
===================================================================
|
|
--- Python-2.7.2.orig/configure
|
|
+++ Python-2.7.2/configure
|
|
@@ -3007,6 +3007,7 @@
|
|
darwin*) MACHDEP="darwin";;
|
|
atheos*) MACHDEP="atheos";;
|
|
irix646) MACHDEP="irix6";;
|
|
+ linux*) MACHDEP="linux2";;
|
|
'') MACHDEP="unknown";;
|
|
esac
|
|
fi
|
|
Index: Python-2.7.2/configure.in
|
|
===================================================================
|
|
--- Python-2.7.2.orig/configure.in
|
|
+++ Python-2.7.2/configure.in
|
|
@@ -297,6 +297,7 @@
|
|
darwin*) MACHDEP="darwin";;
|
|
atheos*) MACHDEP="atheos";;
|
|
irix646) MACHDEP="irix6";;
|
|
+ linux*) MACHDEP="linux2";;
|
|
'') MACHDEP="unknown";;
|
|
esac
|
|
fi
|