From: Michael Tremer Date: Wed, 8 Oct 2008 22:00:13 +0000 (+0000) Subject: Updated coreutils to 6.12. X-Git-Tag: v3.0-alpha1~598 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=055d20b2628f52cf17e464eedff9a1237f08ad03;p=ipfire-3.x.git Updated coreutils to 6.12. --- diff --git a/lfs/coreutils b/lfs/coreutils index 9cdaf46ad..38af067f2 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -25,7 +25,7 @@ include Config PKG_NAME = coreutils -VER = 6.11 +VER = 6.12 THISAPP = $(PKG_NAME)-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -37,7 +37,8 @@ TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) # Top-level Rules ############################################################################### -objects = $(DL_FILE) $(THISAPP)-uname_PIC-1.patch $(THISAPP)-i18n-1.patch +objects = $(DL_FILE) $(THISAPP)-uname_PIC-1.patch $(THISAPP)-i18n-1.patch \ + $(THISAPP)-old_build_kernel-1.patch install : $(TARGET) @@ -53,7 +54,8 @@ $(objects) : $(TARGET) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - + cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-old_build_kernel-1.patch + ifeq "$(STAGE)" "toolchain" cd $(DIR_APP) && ./configure --prefix=$(TOOLS_DIR) \ --enable-install-program=hostname