From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:35 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/which X-Git-Tag: v3.0-alpha1~322^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb2c607e4792ee2d69c9cd6f884f90ec49d7515;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/which --- diff --git a/lfs/which b/lfs/which index a683fce9b..226b223cb 100644 --- a/lfs/which +++ b/lfs/which @@ -53,7 +53,10 @@ $(objects) : $(OBJECT) : @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=/usr + cd $(DIR_APP) && \ + ./configure \ + $(CONFIGURE_ARCH) \ + --prefix=/usr cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)