]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added CONFIGURE_ARCH to ./configure command in lfs/vim
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:35 +0000 (22:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 25 Dec 2008 21:38:35 +0000 (22:38 +0100)
lfs/vim

diff --git a/lfs/vim b/lfs/vim
index f26871385ae2b9b487225c1b289d2b5b65debda5..ae008fa7f7bda5d2968c1e2c59f1b03bbb086617 100644 (file)
--- a/lfs/vim
+++ b/lfs/vim
@@ -58,7 +58,11 @@ $(OBJECT) :
        cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-fixes-4.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-mandir-1.patch
        cd $(DIR_APP) && echo '#define SYS_VIMRC_FILE "/etc/vimrc"' >> src/feature.h
-       cd $(DIR_APP) && ./configure --prefix=/usr --enable-multibyte
+       cd $(DIR_APP) && \
+               ./configure \
+                       $(CONFIGURE_ARCH) \
+                       --prefix=/usr \
+                       --enable-multibyte
        cd $(DIR_APP) && make $(PARALLELISMFLAGS) 
        cd $(DIR_APP) && make install
        ln -sfv vim /usr/bin/vi