diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-24 14:04:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-24 14:04:43 +0100 |
commit | 573b06af740b3f1966aa2ea190494d9c87270786 (patch) | |
tree | d2f5dd29803ad5bbca171bfff9b1ece4ef3d5b3c /package/python2/patches/patch-Makefile_pre_in | |
parent | 42ed8eb00eba8691994588b7fca5dbd04d92a59c (diff) | |
parent | 3953de124e87ce3b594fd861b6f111b2df706753 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/python2/patches/patch-Makefile_pre_in')
-rw-r--r-- | package/python2/patches/patch-Makefile_pre_in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/package/python2/patches/patch-Makefile_pre_in b/package/python2/patches/patch-Makefile_pre_in index 5fec2d1a1..d3737ae3e 100644 --- a/package/python2/patches/patch-Makefile_pre_in +++ b/package/python2/patches/patch-Makefile_pre_in @@ -1,6 +1,15 @@ diff -Nur Python-2.7.1.orig/Makefile.pre.in Python-2.7.1/Makefile.pre.in --- Python-2.7.1.orig/Makefile.pre.in 2010-10-14 13:37:30.000000000 +0200 -+++ Python-2.7.1/Makefile.pre.in 2010-12-27 21:06:29.000000000 +0100 ++++ Python-2.7.1/Makefile.pre.in 2011-01-20 22:13:22.464906869 +0100 +@@ -59,7 +59,7 @@ MAKESETUP= $(srcdir)/Modules/makese + # Compiler options + OPT= @OPT@ + BASECFLAGS= @BASECFLAGS@ +-CFLAGS= $(BASECFLAGS) @CFLAGS@ $(OPT) $(EXTRA_CFLAGS) ++CFLAGS= $(BASECFLAGS) @CFLAGS@ $(EXTRA_CFLAGS) + # Both CPPFLAGS and LDFLAGS need to contain the shell's value for setup.py to + # be able to build extension modules using the directories specified in the + # environment variables @@ -179,6 +179,7 @@ UNICODE_OBJS= @UNICODE_OBJS@ PYTHON= python$(EXE) |