]> git.pld-linux.org Git - packages/python3.git/blob - python3-ac_fixes.patch
- tcl rebuild
[packages/python3.git] / python3-ac_fixes.patch
1 --- Python-3.2b1/configure.ac.orig      2010-12-12 16:18:42.000000000 +0000
2 +++ Python-3.2b1/configure.ac   2010-12-12 16:20:34.000000000 +0000
3 @@ -879,13 +879,13 @@
4             if test "$Py_DEBUG" = 'true' ; then
5                 # Optimization messes up debuggers, so turn it off for
6                 # debug builds.
7 -               OPT="-g -O0 -Wall $STRICT_PROTO"
8 +               OPT="-g $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
9             else
10 -               OPT="-g $WRAP -O3 -Wall $STRICT_PROTO"
11 +               OPT="-g $WRAP $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
12             fi
13             ;;
14         *)
15 -           OPT="-O3 -Wall $STRICT_PROTO"
16 +           OPT="$CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
17             ;;
18         esac
19         case $ac_sys_system in
This page took 0.071735 seconds and 3 git commands to generate.