]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Update glibc to 2.10.1.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2009 17:53:32 +0000 (19:53 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2009 17:53:32 +0000 (19:53 +0200)
lfs/glibc

index d9edcf1030c0a37edfec5ed3f0189350a40e945b..a0fbb690bf7312439dc1f0b4c7d4f977d31c825f 100644 (file)
--- 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.