diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 21:37:43 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-17 10:34:16 +0200 |
| commit | 9debd2fea1144c1e7250879af8d2f9a3ab3911e0 (patch) | |
| tree | 3b96eb9478888a2456e516bae8b2f15a6489649b /recipes/python/python-2.6.2/99-ignore-optimization-flag.patch | |
| parent | b16899ec9eadd8ccae74e31484fa7161798a6445 (diff) | |
python: move 2.6.[124] to obsolete, move all distributions to 2.6.5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Diffstat (limited to 'recipes/python/python-2.6.2/99-ignore-optimization-flag.patch')
| -rw-r--r-- | recipes/python/python-2.6.2/99-ignore-optimization-flag.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/python/python-2.6.2/99-ignore-optimization-flag.patch b/recipes/python/python-2.6.2/99-ignore-optimization-flag.patch deleted file mode 100644 index 02dc44c847..0000000000 --- a/recipes/python/python-2.6.2/99-ignore-optimization-flag.patch +++ /dev/null @@ -1,19 +0,0 @@ -# Reinstate the empty -O option to fix weird mixing of native and target -# binaries and libraries with LD_LIBRARY_PATH when host==target -# -# Signed-off-by: Denys Dmytriyenko <denis@denix.org> - -Index: Python-2.6.1/Modules/main.c -=================================================================== ---- Python-2.6.1-orig/Modules/main.c -+++ Python-2.6.1/Modules/main.c -@@ -352,6 +352,9 @@ Py_Main(int argc, char **argv) - - /* case 'J': reserved for Jython */ - -+ case 'O': /* ignore it */ -+ break; -+ - case 'N': - Py_OptimizeFlag=0; - break; |
