]> git.pld-linux.org Git - packages/python3.git/blame - python3-ac_fixes.patch
- tcl rebuild
[packages/python3.git] / python3-ac_fixes.patch
CommitLineData
b88f500a
AM
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
a0694bb8 3@@ -879,13 +879,13 @@
e684db95
AM
4 if test "$Py_DEBUG" = 'true' ; then
5 # Optimization messes up debuggers, so turn it off for
6 # debug builds.
a0694bb8 7- OPT="-g -O0 -Wall $STRICT_PROTO"
e684db95
AM
8+ OPT="-g $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
9 else
8c6dc2b8 10- OPT="-g $WRAP -O3 -Wall $STRICT_PROTO"
11+ OPT="-g $WRAP $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
e684db95
AM
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.052699 seconds and 4 git commands to generate.