From: Michael Tremer Date: Thu, 25 Dec 2008 21:38:31 +0000 (+0100) Subject: Added CONFIGURE_ARCH to ./configure command in lfs/expat X-Git-Tag: v3.0-alpha1~322^2~106 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=38194e65e73ff032e7f3c557809bc4bfdb71e9d6;p=ipfire-3.x.git Added CONFIGURE_ARCH to ./configure command in lfs/expat --- diff --git a/lfs/expat b/lfs/expat index 6c11960d9..19d66ae4b 100644 --- a/lfs/expat +++ b/lfs/expat @@ -78,6 +78,7 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && \ ./configure \ + $(CONFIGURE_ARCH) \ --prefix=/usr \ --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS)