]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gettext: Fixed rpath issue.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jul 2009 22:32:21 +0000 (00:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 15 Jul 2009 22:32:21 +0000 (00:32 +0200)
lfs/gettext

index d2c27f2bf2f797cd7b66d669b4fbc37fbf3d08d5..f627642b58ce339c4e268a4480b65d1eb9e173f9 100644 (file)
@@ -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 && \