From: Michael Tremer Date: Tue, 19 May 2009 17:56:47 +0000 (+0200) Subject: This patch was applied upstream. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4151e1e02581256f429bfe67696c923e00bb4a62;p=ipfire-3.x.git This patch was applied upstream. --- diff --git a/lfs/glibc b/lfs/glibc index 4077daea2..47d228b2d 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -75,7 +75,6 @@ objects = $(DL_FILE) \ $(THISAPP)-res_randomid.patch \ $(THISAPP)-resolv_response_length.patch \ $(THISAPP)-undefine-__i686.patch \ - $(THISAPP)-d_tlsdec.patch \ $(THISAPP)-arc4random.patch download: $(objects) @@ -192,9 +191,6 @@ ifeq "$(MACHINE)" "i686" cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-undefine-__i686.patch endif - # Replace a direct call of a i686 function (Not able to compile at i586) - cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-d_tlsdec.patch - # --sbindir=$(TOOLS_DIR)/bin does not work... anyone want to fix this? # We don't need Glibc's sbin programs, but still.