From 9debd2fea1144c1e7250879af8d2f9a3ab3911e0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 16 Aug 2010 21:37:43 +0200 Subject: python: move 2.6.[124] to obsolete, move all distributions to 2.6.5 Signed-off-by: Martin Jansa Acked-by: Michael 'Mickey' Lauer --- .../python-2.6.1/99-ignore-optimization-flag.patch | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 recipes/python/python-2.6.1/99-ignore-optimization-flag.patch (limited to 'recipes/python/python-2.6.1/99-ignore-optimization-flag.patch') diff --git a/recipes/python/python-2.6.1/99-ignore-optimization-flag.patch b/recipes/python/python-2.6.1/99-ignore-optimization-flag.patch deleted file mode 100644 index 02dc44c847..0000000000 --- a/recipes/python/python-2.6.1/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 - -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; -- cgit v1.2.3