NON-WORKING python with an older version of the MinGW patch.
[fedora-mingw.git] / python / python-2.5-cflags.patch
1 --- Python-2.5c1/Makefile.pre.in.cflags 2006-08-18 11:05:40.000000000 -0400
2 +++ Python-2.5c1/Makefile.pre.in        2006-08-18 11:09:26.000000000 -0400
3 @@ -334,7 +334,7 @@
4  
5  # Build the interpreter
6  $(BUILDPYTHON):        Modules/python.o $(LIBRARY) $(LDLIBRARY)
7 -               $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
8 +               $(LINKCC) $(CFLAGS) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
9                         Modules/python.o \
10                         $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
11