From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:35 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/vim X-Git-Tag: v3.0-alpha1~322^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d73efcd2b7d9a721d3b65cfdffc8dd91231d26f4;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/vim --- diff --git a/lfs/vim b/lfs/vim index f26871385..ae008fa7f 100644 --- 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