From: Michael Tremer Date: Tue, 19 May 2009 17:53:32 +0000 (+0200) Subject: Update glibc to 2.10.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a04dfdfc135a1d84d30fc76d695b8ee0865ad9c4;p=ipfire-3.x.git Update glibc to 2.10.1. --- diff --git a/lfs/glibc b/lfs/glibc index d9edcf103..a0fbb690b 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -25,7 +25,7 @@ include Config PKG_NAME = glibc -PKG_VER = 2.9 +PKG_VER = 2.10.1 PKG_REL = 0 THISAPP = $(PKG_NAME)-$(PKG_VER) @@ -65,7 +65,6 @@ OPTIMIZED_KERNEL = 2.6.18 ############################################################################### objects = $(DL_FILE) \ - $(PKG_NAME)-libidn-$(PKG_VER).tar.bz2 \ $(THISAPP)-pt_pax-1.patch \ $(THISAPP)-strlcpy_strlcat-1.patch \ $(THISAPP)-asprintf_reset2null-1.patch \ @@ -101,10 +100,6 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) $(DIR_SRC)/glibc-build && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) @mkdir $(DIR_SRC)/glibc-build - # Extracting libidn - cd $(DIR_APP) && $(EXTRACTOR) $(DIR_DL)/$(PKG_NAME)-libidn-$(PKG_VER).tar.bz2 - cd $(DIR_APP) && mv -v $(PKG_NAME)-libidn-$(PKG_VER) libidn - # In the vi_VN.TCVN locale, bash enters an infinite loop at startup. It is # unknown whether this is a bash bug or a Glibc problem. Disable # installation of this locale in order to avoid the problem.