]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - python/patches/python-2.5-cflags.patch
Move all packages to root.
[people/stevee/ipfire-3.x.git] / python / patches / python-2.5-cflags.patch
CommitLineData
7a54de68
MT
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