]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gettext: Also apply the patch to toolchain.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Sep 2009 09:00:16 +0000 (11:00 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 18 Sep 2009 09:00:16 +0000 (11:00 +0200)
lfs/gettext

index 0f262c17de70009b6d2e05826c292196b8de40ab..f94154be4ba490361d41e4e37b5cf916e321ddd1 100644 (file)
@@ -65,7 +65,8 @@ endef
 
 objects = $(DL_FILE) \
        $(THISAPP)-open-args.patch \
-       $(THISAPP)-rpathFix.patch
+       $(THISAPP)-rpathFix.patch \
+       $(THISAPP)-automake-1.patch
 
 download: $(objects)
 
@@ -92,6 +93,7 @@ $(OBJECT): $(objects)
 
        cd $(DIR_APP) && patch -Np0 -i $(DIR_PATCHES)/$(THISAPP)-open-args.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-rpathFix.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-automake-1.patch
 
 ifeq "$(STAGE)" "toolchain" 
        cd $(DIR_APP)/gettext-tools && \
@@ -105,8 +107,6 @@ ifeq "$(STAGE)" "toolchain"
 endif
 
 ifeq "$(STAGE)" "base"
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)$(THISAPP)-automake-1.patch
-
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \