]> git.ipfire.org Git - ipfire-3.x.git/blob - python/patches/python-2.5-cflags.patch
7d7459cf17905bc95ea354a8d565afb9a14f3b61
[ipfire-3.x.git] / python / patches / 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 $(LDLIBRARY)
7 - $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
8 + $(LINKCC) $(CFLAGS) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
9 Modules/python.o \
10 $(BLDLIBRARY) $(LIBS) $(MODLIBS) $(SYSLIBS) $(LDLAST)
11