]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated coreutils to 7.2.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Apr 2009 08:10:36 +0000 (10:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 2 Apr 2009 08:10:36 +0000 (10:10 +0200)
lfs/coreutils

index 8263e96297b4771712394f1010fecbbfd5dec984..4635a0e81d97bb5e0b47bd0a76204e1be9b7cc6d 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = coreutils
-PKG_VER    = 7.1
+PKG_VER    = 7.2
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -79,6 +79,7 @@ $(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)-uname_PIC-1.patch
 
 ifeq "$(STAGE)" "toolchain"    
        cd $(DIR_APP) && \
@@ -94,7 +95,6 @@ ifeq "$(STAGE)" "toolchain"
 endif
 
 ifeq "$(STAGE)" "base"
-       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) && \