From: Michael Tremer Date: Fri, 18 Sep 2009 09:00:16 +0000 (+0200) Subject: gettext: Also apply the patch to toolchain. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c827dd99166b584262b3152cdfad4feac8454e;p=ipfire-3.x.git gettext: Also apply the patch to toolchain. --- diff --git a/lfs/gettext b/lfs/gettext index 0f262c17d..f94154be4 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -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) \