]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Updated python to latest stable
authorChristian Schmidt <maniacikarus@ipfire.org>
Sun, 21 Jun 2009 20:58:04 +0000 (22:58 +0200)
committerChristian Schmidt <maniacikarus@ipfire.org>
Sun, 21 Jun 2009 20:58:04 +0000 (22:58 +0200)
lfs/python

index ac09ca5fdc2435dc8cdccbbbc7b7c2f8b04c3749..959c9984e2ef6a4cb6538f238928dfe40f569042 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = Python
-PKG_VER    = 2.6.1
+PKG_VER    = 2.6.2
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -41,8 +41,7 @@ DEBUG      = no
 # Top-level Rules
 ###############################################################################
 
-objects = $(DL_FILE) \
-       $(THISAPP)-gdbm-1.patch
+objects = $(DL_FILE)
 
 download: $(objects)
 
@@ -66,7 +65,6 @@ $(objects):
 $(OBJECT): $(objects)
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-gdbm-1.patch
        cd $(DIR_APP) && OPT="$(CFLAGS)" \
                ./configure \
                        $(CONFIGURE_ARCH) \