From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:30 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/autoconf X-Git-Tag: v3.0-alpha1~322^2~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b58f29b005bb7ff2de9b2a7b01e89928218643f3;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/autoconf --- diff --git a/lfs/autoconf b/lfs/autoconf index fee3b33fe..e3513cd2b 100644 --- a/lfs/autoconf +++ b/lfs/autoconf @@ -74,7 +74,10 @@ $(objects): $(OBJECT): $(objects) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(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)