iscsi-target: Add package iscsi-target
[vuplus_openembedded] / packages / python / python-2.5.2 / default-is-optimized.patch
1 Index: Python-2.5.1/Python/compile.c
2 ===================================================================
3 --- Python-2.5.1.orig/Python/compile.c
4 +++ Python-2.5.1/Python/compile.c
5 @@ -30,7 +30,7 @@
6  #include "symtable.h"
7  #include "opcode.h"
8  
9 -int Py_OptimizeFlag = 0;
10 +int Py_OptimizeFlag = 1;
11  
12  /*
13    ISSUES: