]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
This patch was applied upstream.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2009 17:56:47 +0000 (19:56 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2009 17:56:47 +0000 (19:56 +0200)
lfs/glibc

index 4077daea2b7c73e14bd858918bae0fbeff550e23..47d228b2d681c22f963ee25464e4e655e11e6d55 100644 (file)
--- 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.