From: Michael Tremer Date: Wed, 15 Jul 2009 22:32:21 +0000 (+0200) Subject: gettext: Fixed rpath issue. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7986c39320379ea78cd5c8ea3415d701d87a8c7;p=ipfire-3.x.git gettext: Fixed rpath issue. --- diff --git a/lfs/gettext b/lfs/gettext index d2c27f2bf..f627642b5 100644 --- a/lfs/gettext +++ b/lfs/gettext @@ -64,7 +64,8 @@ endef ############################################################################### objects = $(DL_FILE) \ - $(THISAPP)-open-args.patch + $(THISAPP)-open-args.patch \ + $(THISAPP)-rpathFix.patch download: $(objects) @@ -90,6 +91,9 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) 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) && autoconf ifeq "$(STAGE)" "toolchain" cd $(DIR_APP)/gettext-tools && \