]> git.pld-linux.org Git - packages/python3.git/commitdiff
- updated for 3.0 final.
authorcieciwa <cieciwa@pld-linux.org>
Fri, 23 Jan 2009 13:03:58 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python3-ac_fixes.patch -> 1.2

python3-ac_fixes.patch

index 2167c847cf333b2e05bef9b5ab104fddddb8e293..e89ee25bceda1a6a329773e85e12aee1af386032 100644 (file)
@@ -7,8 +7,8 @@
 -              OPT="-g -Wall $STRICT_PROTO"
 +              OPT="-g $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
            else
--              OPT="-g -O3 -Wall $STRICT_PROTO"
-+              OPT="-g $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
+-              OPT="-g $WRAP -O3 -Wall $STRICT_PROTO"
++              OPT="-g $WRAP $CPPFLAGS $CFLAGS -Wall $STRICT_PROTO"
            fi
            ;;
        *)
This page took 0.136627 seconds and 4 git commands to generate.