From: Michael Tremer Date: Wed, 11 Jun 2008 08:53:11 +0000 (+0200) Subject: Updated coreutils to 6.11 + patched it. X-Git-Tag: v3.0-alpha1~978^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2fc6a89722d12822db5bd7bf4f7a4ceb1c88762;p=ipfire-3.x.git Updated coreutils to 6.11 + patched it. --- diff --git a/lfs/coreutils b/lfs/coreutils index aa1c113d5..4bf1c2587 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -25,7 +25,7 @@ include Config PKG_NAME = coreutils -VER = 6.10 +VER = 6.11 THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -37,7 +37,7 @@ TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(THISAPP)-uname-1.patch $(THISAPP)-i18n-1.patch +objects = $(DL_FILE) $(THISAPP)-uname_PIC-1.patch $(THISAPP)-i18n-1.patch install : $(TARGET) @@ -63,11 +63,11 @@ ifeq "$(STAGE)" "toolchain" endif ifeq "$(STAGE)" "base" - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uname-1.patch + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uname_PIC-1.patch cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch cd $(DIR_APP) && ./configure --prefix=/usr --enable-install-program=hostname \ - --enable-no-install-program=kill,uptime + --enable-no-install-program=kill,uptime cd $(DIR_APP) && make -j $(PARALLELISM) cd $(DIR_APP) && make install