]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - python/patches/python-2.5-cflags.patch
python: Update to 2.7.5.
[ipfire-3.x.git] / python / patches / python-2.5-cflags.patch
index 32243bf90a3b1e5c1cda19278e79040ea745eb5e..7d7459cf17905bc95ea354a8d565afb9a14f3b61 100644 (file)
@@ -3,7 +3,7 @@
 @@ -334,7 +334,7 @@
  
  # Build the interpreter
- $(BUILDPYTHON):       Modules/python.o $(LIBRARY) $(LDLIBRARY)
+ $(BUILDPYTHON):       Modules/python.o $(LDLIBRARY)
 -              $(LINKCC) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
 +              $(LINKCC) $(CFLAGS) $(LDFLAGS) $(LINKFORSHARED) -o $@ \
                        Modules/python.o \