]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
coreutils: Currently uname_PIC-patch doesn't work.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Sep 2009 11:03:50 +0000 (13:03 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 17 Sep 2009 11:03:50 +0000 (13:03 +0200)
lfs/coreutils

index e4d307605deb6b70ba0f62543d1b6f922d79cd35..9f3a4f27e8b1961d231d525703fae65cc974c271 100644 (file)
@@ -89,7 +89,7 @@ $(OBJECT): $(objects)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE)
 
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-i18n-1.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uname_PIC-1.patch
+       #cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-uname_PIC-1.patch
 
 ifeq "$(STAGE)" "toolchain"    
        cd $(DIR_APP) && \