From: Christian Schmidt Date: Sun, 21 Jun 2009 20:58:04 +0000 (+0200) Subject: Updated python to latest stable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57cbaedc193f1288c60b8e2ac8379234e94a4e25;p=ipfire-3.x.git Updated python to latest stable --- diff --git a/lfs/python b/lfs/python index ac09ca5fd..959c9984e 100644 --- a/lfs/python +++ b/lfs/python @@ -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) \