]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
glibc: Fix order of patches.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Aug 2012 13:51:20 +0000 (15:51 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Aug 2012 13:51:20 +0000 (15:51 +0200)
One patch only applied to the ports addon, which
is not available on i586.

lfs/glibc

index d3590d80f3e4d807bf6a8b3d6ed1edd5854b4fa3..70ae0df94c11466e5d1c8c933c09723a41a86172 100644 (file)
--- a/lfs/glibc
+++ b/lfs/glibc
@@ -130,6 +130,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 ifeq "$(MACHINE_TYPE)" "arm"
        cd $(DIR_APP) && tar jxf $(DIR_DL)/glibc-ports-$(PORTS_VER).tar.bz2
        cd $(DIR_APP) && mv -v glibc-ports-$(PORTS_VER) ports
+
+       # http://sourceware.org/bugzilla/show_bug.cgi?id=12354
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-cfi-entry-not-closed.patch
 endif
 
        # Apply all patches.
@@ -234,8 +237,6 @@ endif
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc/glibc-rh837026.patch
 
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-resolv-stack_chk_fail.patch
-       # http://sourceware.org/bugzilla/show_bug.cgi?id=12354
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-cfi-entry-not-closed.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/glibc-remove-ctors-dtors-output-sections.patch
 
        # Fixes: